File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ kubectl get svc -n istio-system
20
20
kubectl get pods -n istio-system
21
21
22
22
23
+ ### vagrant save istio-1.0.3-full
24
+ vagrant snapshot save istio-1.0.3-full
25
+
26
+
23
27
### istio official bookinfo test
24
28
kubectl label namespace default istio-injection=enabled
25
29
kubectl apply -f /usr/local/istio/samples/bookinfo/platform/kube/bookinfo.yaml
@@ -67,4 +71,8 @@ kubectl get crd
67
71
kubectl create ns istio-system
68
72
kubectl apply -f istio-mini.yaml
69
73
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
Original file line number Diff line number Diff line change @@ -156,4 +156,8 @@ kubectl exec dns-test -- curl -s -I nginx-service
156
156
kubectl delete deployment nginx
157
157
kubectl delete service nginx-service
158
158
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
You can’t perform that action at this time.
0 commit comments