File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,7 +57,19 @@ Make sure <a href="https://docs.microsoft.com/en-us/azure/azure-arc/kubernetes/c
5757
5858Run Arc for Kubernetes conformance test by single command.
5959
60- sonobuoy run --plugin {Path to <a href =" /conformance.yaml " >Azure arc conformance yaml</a >} --plugin-env azure-arc-conformance.TENANT_ID=$TENANT_ID --plugin-env azure-arc-conformance.SUBSCRIPTION_ID=$SUBSCRIPTION_ID --plugin-env azure-arc-conformance.RESOURCE_GROUP=$RESOURCE_GROUP --plugin-env azure-arc-conformance.CLUSTER_NAME=$CLUSTER_NAME --plugin-env azure-arc-conformance.LOCATION=$LOCATION --plugin-env azure-arc-conformance.CLIENT_ID=$CLIENT_ID --plugin-env azure-arc-conformance.CLIENT_SECRET=$CLIENT_SECRET --plugin-env azure-arc-conformance.KUBERNETES_DISTRIBUTION=$KUBERNETES_DISTRIBUTION --plugin-env azure-arc-conformance.dns-namespace=$DNS_NAMESPACE -plugin-env azure-arc-conformance.dns-pod-labels=$DNS_POD_LABELS
60+ ``` console
61+ sonobuoy run --plugin {Path to <a href="/conformance.yaml">Azure arc conformance yaml</a>} \
62+ --plugin-env azure-arc-conformance.TENANT_ID=$TENANT_ID \
63+ --plugin-env azure-arc-conformance.SUBSCRIPTION_ID=$SUBSCRIPTION_ID \
64+ --plugin-env azure-arc-conformance.RESOURCE_GROUP=$RESOURCE_GROUP \
65+ --plugin-env azure-arc-conformance.CLUSTER_NAME=$CLUSTER_NAME \
66+ --plugin-env azure-arc-conformance.LOCATION=$LOCATION \
67+ --plugin-env azure-arc-conformance.CLIENT_ID=$CLIENT_ID \
68+ --plugin-env azure-arc-conformance.CLIENT_SECRET=$CLIENT_SECRET \
69+ --plugin-env azure-arc-conformance.KUBERNETES_DISTRIBUTION=$KUBERNETES_DISTRIBUTION \
70+ --dns-namespace=$DNS_NAMESPACE \
71+ --dns-pod-labels=$DNS_POD_LABELS
72+ ```
6173
6274Download the conformance.yaml from <a href =" /conformance.yaml " >here, in this repo</a >
6375
You can’t perform that action at this time.
0 commit comments