Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into release-1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
k8s-release-robot committed Nov 18, 2022
2 parents 2b09d01 + 57eb5d6 commit b7d2e09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/e2e/dra/test-driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ kubelet<->dynamic resource allocation plugin interaction.

To try out the feature, build Kubernetes, then in one console run:
```console
FEATURE_GATES=DynamicResourceAllocation=true ALLOW_PRIVILEGED=1 ./hack/local-up-cluster.sh -O
RUNTIME_CONFIG="resource.k8s.io/v1alpha1" FEATURE_GATES=DynamicResourceAllocation=true ALLOW_PRIVILEGED=1 ./hack/local-up-cluster.sh -O
```

In another:
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/dra/test-driver/deploy/example/pod-inline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: inline-claim-parameters
name: test-inline-claim-parameters
namespace: default
data:
a: b
Expand All @@ -21,7 +21,7 @@ spec:
resourceClassName: example
parametersRef:
kind: ConfigMap
name: pause-claim-parameters
name: test-inline-claim-parameters
---
apiVersion: v1
kind: Pod
Expand Down

0 comments on commit b7d2e09

Please sign in to comment.