Compare commits
	
		
			3 Commits
		
	
	
		
			029c21202f
			...
			9c60a153b0
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 9c60a153b0 | |||
| d4f60e7dbc | |||
| 35ec08b025 | 
| @@ -168,16 +168,13 @@ etcd-defrag: | ||||
|       containers: | ||||
|         main: | ||||
|           image: | ||||
|             repository: alpine | ||||
|             tag: 3.22.1 | ||||
|             repository: ghcr.io/siderolabs/talosctl | ||||
|             tag: v1.10.4 | ||||
|             pullPolicy: IfNotPresent | ||||
|           command: | ||||
|             - sh | ||||
|             - -c | ||||
|             - | | ||||
|               wget -O /usr/local/bin/talosctl https://github.com/siderolabs/talos/releases/download/v1.10.4/talosctl-linux-amd64 | ||||
|               chmod +x /usr/local/bin/talosctl | ||||
|               while true; talosctl -n 10.232.1.11 version; do sleep 1; done | ||||
|           args: | ||||
|             - etcd | ||||
|             - defrag | ||||
|             - -n 10.232.1.11 | ||||
|           workingDir: /tmp | ||||
|           securityContext: | ||||
|             runAsUser: 1000 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user