mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-03 02:07:38 +00:00
Enable ReplicaSets in e2e tests.
This commit is contained in:
@@ -113,7 +113,7 @@ create their own API groups](design/extending-api.md), and to avoid naming colli
|
||||
|
||||
## Enabling resources in the extensions group
|
||||
|
||||
Jobs, Ingress and HorizontalPodAutoscalers are enabled by default.
|
||||
HorizontalPodAutoscalers, Jobs, Ingress and ReplicaSets are enabled by default.
|
||||
Other extensions resources can be enabled by setting runtime-config on
|
||||
apiserver. runtime-config accepts comma separated values. For ex: to enable deployments and disable jobs, set
|
||||
`--runtime-config=extensions/v1beta1/deployments=true,extensions/v1beta1/jobs=false`
|
||||
|
Reference in New Issue
Block a user