mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #45444 from NitishT/master
Automatic merge from submit-queue (batch tested with PRs 45884, 45879, 45912, 45444, 45874) Update Minio example **What this PR does / why we need it**: Added examples for Minio standalone and distributed modes **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: - Add latest image tag in Minio image. - Remove command and use args instead, inline with latest change in Minio. **Release note**: ``` Updates Minio server deployment example. ```
This commit is contained in:
		@@ -112,9 +112,7 @@ spec:
 | 
			
		||||
      containers:
 | 
			
		||||
      - name: minio
 | 
			
		||||
        # Pulls the default Minio image from Docker Hub
 | 
			
		||||
        image: minio/minio
 | 
			
		||||
        command:
 | 
			
		||||
        - minio
 | 
			
		||||
        image: minio/minio:latest
 | 
			
		||||
        args:
 | 
			
		||||
        - server
 | 
			
		||||
        - /storage
 | 
			
		||||
@@ -261,9 +259,7 @@ spec:
 | 
			
		||||
          value: "minio"
 | 
			
		||||
        - name: MINIO_SECRET_KEY
 | 
			
		||||
          value: "minio123"
 | 
			
		||||
        image: minio/minio
 | 
			
		||||
        command:
 | 
			
		||||
        - minio
 | 
			
		||||
        image: minio/minio:latest
 | 
			
		||||
        args:
 | 
			
		||||
        - server
 | 
			
		||||
        - http://minio-0.minio.default.svc.cluster.local/data
 | 
			
		||||
 
 | 
			
		||||
@@ -19,9 +19,7 @@ spec:
 | 
			
		||||
          value: "minio"
 | 
			
		||||
        - name: MINIO_SECRET_KEY
 | 
			
		||||
          value: "minio123"
 | 
			
		||||
        image: minio/minio
 | 
			
		||||
        command:
 | 
			
		||||
        - minio
 | 
			
		||||
        image: minio/minio:latest
 | 
			
		||||
        args:
 | 
			
		||||
        - server
 | 
			
		||||
        - http://minio-0.minio.default.svc.cluster.local/data
 | 
			
		||||
 
 | 
			
		||||
@@ -21,9 +21,7 @@ spec:
 | 
			
		||||
      containers:
 | 
			
		||||
      - name: minio
 | 
			
		||||
        # Pulls the default Minio image from Docker Hub
 | 
			
		||||
        image: minio/minio
 | 
			
		||||
        command:
 | 
			
		||||
        - minio
 | 
			
		||||
        image: minio/minio:latest
 | 
			
		||||
        args:
 | 
			
		||||
        - server
 | 
			
		||||
        - /storage
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user