Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<!--
Kubernetes, both Kustomize and Helm, and Docker Compose MUST be kept in sync.
You should not merge a change here without a corresponding change in the other repositories,
unless it is specific to this deployment type. If uneeded, add link or explanation of why it is not needed here.
unless it is specific to this deployment type. If unneeded, add link or explanation of why it is not needed here.
-->

- [ ] Update [CHANGELOG.md](https://github.com/sourcegraph/deploy-sourcegraph-k8s/blob/main/CHANGELOG.md)
- [ ] Update [K8s Upgrade notes](https://github.com/sourcegraph/sourcegraph/blob/main/doc/admin/updates/kubernetes.md)
- [ ] Kustomiz-specific changes
- [ ] Kustomize-specific changes
- [ ] Update sister repository: [deploy-sourcegraph-helm](https://github.com/sourcegraph/deploy-sourcegraph-helm)
- [ ] Update sister repository: [deploy-sourcegraph-docker](https://github.com/sourcegraph/deploy-sourcegraph-docker)
- [ ] Verify all images have a valid tag and SHA256 sum
Expand Down
2 changes: 1 addition & 1 deletion components/clusters/minikube/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This component deletes resource declarations and storage classnames to enable runnning Sourcegraph on minikube.
This component deletes resource declarations and storage classnames to enable running Sourcegraph on minikube.
6 changes: 3 additions & 3 deletions components/clusters/old-base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ This component configure current base cluster using the configurations for the o

It updates and generates resources from the old cluster includes:

- the monitoring stack and cadvisor
- the monitoring stack and cAdvisor
- searcher and symbols as Deployment
- run as root, privilieged
- run as root, privileged
- include RBAC resources

This should only be used to generate old cluster for comparision purpose.
This should only be used to generate old cluster for comparison purpose.

Check out the `examples/old-cluster` directory to see how this component is used.
2 changes: 1 addition & 1 deletion components/network/tls/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TLS component

For demostration only. We do not recommend storing any keys or secrets remotely.
For demonstration only. We do not recommend storing any keys or secrets remotely.

DO NOT commit any keys or secrets to public or private repositories.
2 changes: 1 addition & 1 deletion components/storage-class/ssd/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SSDs

Using local SSDs dramatically speeds up many of Sourcegraph's services. Even if the cluster's default storage class uses SSDs, it's likely network-mounted rather than local. Read your cloud provider's documentation for mouting local SSDs.
Using local SSDs dramatically speeds up many of Sourcegraph's services. Even if the cluster's default storage class uses SSDs, it's likely network-mounted rather than local. Read your cloud provider's documentation for mounting local SSDs.

- [GCP](https://cloud.google.com/compute/docs/disks/local-ssd)
- [AWS](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html)
Expand Down
2 changes: 1 addition & 1 deletion examples/monitoring/privileged/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Deploy Sourcegraph monitoring services as root with privileges.

RBAC resouces included.
RBAC resources included.
Loading