Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo order error for the Readme.md #51

Merged
merged 1 commit into from
Apr 12, 2023
Merged
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ this own until this is resolved.
- `docker build . -t my-org/usage-metrics-collector:v0.0.0`
2. Push the image to a container repo
- `docker push my-org/usage-metrics-collector:v0.0.0`
4. Make sure the `GKE cluster values` config portion is uncommented in [config/metrics-prometheus-collector/configmaps/sampler.yaml](config/metrics-node-sampler/configmaps/sampler.yaml)
3. Make sure the `GKE cluster values` config portion is uncommented in [config/metrics-prometheus-collector/configmaps/sampler.yaml](config/metrics-node-sampler/configmaps/sampler.yaml)
- Other `cluster values` should be commented
5. Install the config
4. Install the config
- `kustomize build config | kubectl apply -f -`
6. Update your context to use the usage-metrics-collector namespace by default
5. Update your context to use the usage-metrics-collector namespace by default
- `kubectl config set-context --current --namespace=usage-metrics-collector`

### Kicking the tires
Expand All @@ -74,7 +74,7 @@ this own until this is resolved.
4. Get the metrics from prometheus
- `kubectl port-forward $(kubectl get pods -o name -l app=prometheus) 9090:9090`
- visit `localhost:9090/` in your browser
4. View the metrics in Grafana
5. View the metrics in Grafana
- `kubectl port-forward service/grafana 3000:3000`
- visit `localhost:3000` in your browser
- enter `admin` for the username and password
Expand Down