diff --git a/content/docs/2.4/operate/metrics-server.md b/content/docs/2.4/operate/metrics-server.md index 759c874ac9b..ccee9b4df83 100644 --- a/content/docs/2.4/operate/metrics-server.md +++ b/content/docs/2.4/operate/metrics-server.md @@ -35,7 +35,7 @@ This will return a json with the list of metrics exposed by KEDA: } ``` -You can also query for the value of a specifyc metric using `kubectl`: +You can also query for the value of a specific metric using `kubectl`: ```bash kubectl get --raw "/apis/external.metrics.k8s.io/v1beta1/namespaces/YOUR_NAMESPACE/YOUR_METRIC_NAME" ``` diff --git a/content/docs/2.5/operate/metrics-server.md b/content/docs/2.5/operate/metrics-server.md index 759c874ac9b..ccee9b4df83 100644 --- a/content/docs/2.5/operate/metrics-server.md +++ b/content/docs/2.5/operate/metrics-server.md @@ -35,7 +35,7 @@ This will return a json with the list of metrics exposed by KEDA: } ``` -You can also query for the value of a specifyc metric using `kubectl`: +You can also query for the value of a specific metric using `kubectl`: ```bash kubectl get --raw "/apis/external.metrics.k8s.io/v1beta1/namespaces/YOUR_NAMESPACE/YOUR_METRIC_NAME" ``` diff --git a/content/docs/2.6/operate/metrics-server.md b/content/docs/2.6/operate/metrics-server.md index 759c874ac9b..ccee9b4df83 100644 --- a/content/docs/2.6/operate/metrics-server.md +++ b/content/docs/2.6/operate/metrics-server.md @@ -35,7 +35,7 @@ This will return a json with the list of metrics exposed by KEDA: } ``` -You can also query for the value of a specifyc metric using `kubectl`: +You can also query for the value of a specific metric using `kubectl`: ```bash kubectl get --raw "/apis/external.metrics.k8s.io/v1beta1/namespaces/YOUR_NAMESPACE/YOUR_METRIC_NAME" ``` diff --git a/content/docs/2.7/operate/metrics-server.md b/content/docs/2.7/operate/metrics-server.md index 759c874ac9b..8164a02f322 100644 --- a/content/docs/2.7/operate/metrics-server.md +++ b/content/docs/2.7/operate/metrics-server.md @@ -35,7 +35,7 @@ This will return a json with the list of metrics exposed by KEDA: } ``` -You can also query for the value of a specifyc metric using `kubectl`: +You can also query for the value of a specific metric using `kubectl`: ```bash kubectl get --raw "/apis/external.metrics.k8s.io/v1beta1/namespaces/YOUR_NAMESPACE/YOUR_METRIC_NAME" ``` @@ -94,4 +94,4 @@ Once you have the selector, you have to add it to your query string as following ```bash kubectl get --raw "/apis/external.metrics.k8s.io/v1beta1/namespaces/sample-ns/s1-rabbitmq-queueName2?labelSelector=scaledobject.keda.sh%2Fname%3D{ScaledObjectName}" -``` \ No newline at end of file +``` diff --git a/content/docs/2.8/operate/metrics-server.md b/content/docs/2.8/operate/metrics-server.md index 759c874ac9b..ccee9b4df83 100644 --- a/content/docs/2.8/operate/metrics-server.md +++ b/content/docs/2.8/operate/metrics-server.md @@ -35,7 +35,7 @@ This will return a json with the list of metrics exposed by KEDA: } ``` -You can also query for the value of a specifyc metric using `kubectl`: +You can also query for the value of a specific metric using `kubectl`: ```bash kubectl get --raw "/apis/external.metrics.k8s.io/v1beta1/namespaces/YOUR_NAMESPACE/YOUR_METRIC_NAME" ```