Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/book/src/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Before we get started, ensure the following:
## 1. Complete the installation guide

[Installation guide][13]. At this point, you should have already:
- installed the mutating admission webhook
- enabled workload identity and OIDC issuer. (az aks update -g "${RESOURCE_GROUP}" -n myAKSCluster --enable-oidc-issuer --enable-workload-identity)
- [optional] installed the mutating admission webhook. (mutating admission webhook installation is not required if workload identity is enabled on the cluster level, using the --enable-workload-identity flag)
- obtained your cluster's OIDC issuer URL
- [optional] installed the Azure AD Workload Identity CLI

Expand Down