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 some typos #971

Merged
merged 1 commit into from
Mar 8, 2023
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
2 changes: 1 addition & 1 deletion cluster-provision/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ kube-proxy-vx9t6 1/1 Running 0 14m
kube-scheduler-node01 1/1 Running 0 13m
```

or to permamently edit kubeconfig:
or to permanently edit kubeconfig:

```bash
$ gocli scp /etc/kubernetes/admin.conf - > ./kubeconfig
Expand Down
2 changes: 1 addition & 1 deletion cluster-provision/images/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# KubeVirt organization images

This folder containes different base images for the projects under KubeVirt organization.
This folder contains different base images for the projects under KubeVirt organization.

* `kubevirt-testing` - base image, that contains all needed RPM's packages for tests under the KubeVirt repository

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Components included in this package:
* [kube-state-metrics](https://github.com/kubernetes/kube-state-metrics)
* [Grafana](https://grafana.com/) (optional)

We provide a stack for cluster monitoring with pre-configured yamls to collect metrics from Kubernetes components, alogn with a set of grafana dashboards and prometheus alerting rules.
We provide a stack for cluster monitoring with pre-configured yamls to collect metrics from Kubernetes components, along with a set of grafana dashboards and prometheus alerting rules.


## Integrating KubeVirt with the prometheus-operator
Expand Down