should not create istio namespace manualy
This commit is contained in:
		@@ -1,8 +1,5 @@
 | 
				
			|||||||
#!/bin/bash 
 | 
					#!/bin/bash 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#Create istio namespace
 | 
					 | 
				
			||||||
kubectl apply -f ./istio-namespace.yml
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#Download and unpack istio
 | 
					#Download and unpack istio
 | 
				
			||||||
ISTIO_VERSION=1.3.1
 | 
					ISTIO_VERSION=1.3.1
 | 
				
			||||||
curl -L https://git.io/getLatestIstio | sh -
 | 
					curl -L https://git.io/getLatestIstio | sh -
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user