Skip to content

Commit

Permalink
Merge pull request #2217 from AndrewSirenko/AndrewSirenko-patch-3
Browse files Browse the repository at this point in the history
Update patch-cluster.yaml to include kubeScheduler VAC featureGate
  • Loading branch information
k8s-ci-robot authored Nov 7, 2024
2 parents 7bdd15e + 3b3f117 commit 6211306
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/modify-volume.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ To use this feature, it must be enabled in the following places:
- `VolumeAttributesClass` feature gate on `kube-apiserver` (consult your Kubernetes distro's documentation)
- `storage.k8s.io/v1alpha1` (Kubernetes 1.30 and before) or `storage.k8s.io/v1beta1` (Kubernetes 1.31 and later) enabled in `kube-apiserver` via [`runtime-config`](https://kubernetes.io/docs/tasks/administer-cluster/enable-disable-api/) (consult your Kubernetes distro's documentation)
- `VolumeAttributesClass` feature gate on `kube-controller-manager` (consult your Kubernetes distro's documentation)
- `VolumeAttributesClass` feature gate on `kube-scheduler` (consult your Kubernetes distro's documentation)
- `VolumeAttributesClass` feature gate on `external-provisioner` sidecar
- `VolumeAttributesClass` feature gate on `external-resizer` sidecar

Expand Down
3 changes: 3 additions & 0 deletions hack/e2e/kops/patch-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ spec:
kubeControllerManager:
featureGates:
VolumeAttributesClass: "true"
kubeScheduler:
featureGates:
VolumeAttributesClass: "true"
additionalPolicies:
node: |
[
Expand Down

0 comments on commit 6211306

Please sign in to comment.