Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 537 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 537 Bytes

Spire

Run

To apply spire deployments following the next command:

kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/spire?ref=041ba2468fb8177f53926af0eab984850aa682c2

Wait for PODs status ready:

kubectl wait -n spire --timeout=1m --for=condition=ready pod -l app=spire-agent
kubectl wait -n spire --timeout=1m --for=condition=ready pod -l app=spire-server

Cleanup

Delete ns:

kubectl delete crd spiffeids.spiffeid.spiffe.io
kubectl delete ns spire