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=3d1dcfe1de90681213c7f0006f25279bb4699966

Wait for PODs status ready:

kubectl wait -n spire --timeout=2m --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