You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -56,7 +57,6 @@ Cluster2:~ # kubectl get po -n spire
56
57
NAME READY STATUS RESTARTS AGE
57
58
58
59
spire-agent-wttmd 3/3 Running 1 (24h ago) 24h
59
-
60
60
spire-server-574474c7dc-2bfcx 2/2 Running 0 24h
61
61
```
62
62
@@ -100,7 +100,7 @@ Installing Istio with the custom patch will share the spiffe-csi-driver with
100
100
101
101
### 2.3.1 Apply SPIFFE ID
102
102
103
-
The first step is to get and apply one of SPIRE controller manager’s CRD - ClusterSPIFFEID. The CRD - ClusterSPIFFEID is a cluster-wide resource used to register workloads with SPIRE. The ClusterSPIFFEID can target all workloads in the cluster or can be optionally scoped to specific pods or namespaces via label selectors.
103
+
The first step is to get and apply one of SPIRE controller manager’s [CRD (Custom Resource Definition)](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/)ClusterSPIFFEID. The CRD - ClusterSPIFFEID is a cluster-wide resource used to register workloads with SPIRE. The ClusterSPIFFEID can target all workloads in the cluster or can be optionally scoped to specific pods or namespaces via label selectors.
104
104
105
105
Create a ClusterSPIFFEID CRD to generate registration entries in SPIRE server for all workloads with label ***spiffe.io/spire-managed-identity: true.***
0 commit comments