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 in operator/docs/hack_operator_make_run.md #6180

Merged
merged 1 commit into from
May 17, 2022

Conversation

alanconway
Copy link
Contributor

@alanconway alanconway commented May 17, 2022

Original command tries to apply kustomization.yaml which gives a validation error.

    kubectl apply -f config/overlays/development/minio 

Replaced with the -k version, which runs kuztomize:

    kubectl apply -k config/overlays/development/minio

Original command tries to apply kustomization.yaml which gives a
validation error.
```
  kubectl apply -f config/overlays/development/minio
```

Replaced with the -k version, which runs kuztomize:
```
  kubectl apply -k config/overlays/development/minio
```
@alanconway alanconway requested a review from a team as a code owner May 17, 2022 19:10
@CLAassistant
Copy link

CLAassistant commented May 17, 2022

CLA assistant check
All committers have signed the CLA.

@grafanabot
Copy link
Collaborator

./tools/diff_coverage.sh ../loki-main/test_results.txt test_results.txt ingester,distributor,querier,querier/queryrange,iter,storage,chunkenc,logql,loki

Change in test coverage per package. Green indicates 0 or positive change, red indicates that test coverage for a package fell.

+           ingester	0%
-        distributor	-0.3%
+            querier	0%
+ querier/queryrange	0%
+               iter	0%
+            storage	0%
+           chunkenc	0%
+              logql	0%
+               loki	0%

@periklis periklis merged commit 3547d89 into grafana:main May 17, 2022
@alanconway alanconway deleted the typo branch July 11, 2022 20:27
@osg-grafana osg-grafana added type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories and removed area/docs labels Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sig/operator size/XS type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants