API Version Incorrect (#15734)
parent
d61d3bee53
commit
d66304c4b1
|
@ -287,7 +287,7 @@ For example, if you had your monitoring system collecting metrics about network
|
||||||
you could update the definition above using `kubectl edit` to look like this:
|
you could update the definition above using `kubectl edit` to look like this:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: autoscaling/v2beta1
|
apiVersion: autoscaling/v2beta2
|
||||||
kind: HorizontalPodAutoscaler
|
kind: HorizontalPodAutoscaler
|
||||||
metadata:
|
metadata:
|
||||||
name: php-apache
|
name: php-apache
|
||||||
|
|
Loading…
Reference in New Issue