forked from k-space/kube
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			241 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			241 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # elastic-operator
 | |
| 
 | |
| ```
 | |
| wget https://download.elastic.co/downloads/eck/2.13.0/crds.yaml
 | |
| wget https://download.elastic.co/downloads/eck/2.13.0/operator.yaml
 | |
| kubectl apply -n elastic-system -f application.yml -f crds.yaml -f operator.yaml
 | |
| ```
 |