Skip to content

Commit ec346a5

Browse files
author
will
committed
feat: add vagrant snapshot save command
1 parent 0d7e39c commit ec346a5

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

cmd/istio-cmd.txt

+9-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ kubectl get svc -n istio-system
2020
kubectl get pods -n istio-system
2121

2222

23+
### vagrant save istio-1.0.3-full
24+
vagrant snapshot save istio-1.0.3-full
25+
26+
2327
### istio official bookinfo test
2428
kubectl label namespace default istio-injection=enabled
2529
kubectl apply -f /usr/local/istio/samples/bookinfo/platform/kube/bookinfo.yaml
@@ -67,4 +71,8 @@ kubectl get crd
6771
kubectl create ns istio-system
6872
kubectl apply -f istio-mini.yaml
6973
kubectl get svc -n istio-system
70-
kubectl get pod -n istio-system
74+
kubectl get pod -n istio-system
75+
76+
77+
### vagrant save istio-1.0.3-mini
78+
vagrant snapshot save istio-1.0.3-mini

cmd/k8s-cmd.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,8 @@ kubectl exec dns-test -- curl -s -I nginx-service
156156
kubectl delete deployment nginx
157157
kubectl delete service nginx-service
158158
kubectl delete service nginx-service-nodeport
159-
kubectl delete -f dns-test.yaml
159+
kubectl delete -f dns-test.yaml
160+
161+
162+
### vagrant save k8s-1.12.4
163+
vagrant snapshot save k8s-1.12.4

0 commit comments

Comments
 (0)