We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df25765 commit 5885cd3Copy full SHA for 5885cd3
cis-operator.yaml
@@ -51,7 +51,7 @@ test:
51
# grab the node name
52
NODE=$(kubectl get nodes --no-headers \
53
-o custom-columns=NAME:.metadata.name | head -n1)
54
- # we'll have to label the node so that the operator recognizes our cluster as an aks cluster
+ # we will have to label the node so that the operator recognizes our cluster as an aks cluster
55
# kwok is not recognized as a provider, https://github.com/rancher/kubernetes-provider-detector/tree/master/providers
56
kubectl label node "$NODE" kubernetes.azure.com/cluster=""
57
kubectl apply -f https://raw.githubusercontent.com/rancher/cis-operator/refs/heads/main/crds/clusterscan.yaml
0 commit comments