Skip to content

Latest commit

 

History

History
 
 

spire

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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