mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	docs:examples:guestbook: don't advice untagged image
Using untagged images means no version at all, this can be can cause weird problems. Right now, `redis:latest` is no longer compatible with the redis version used in the slave service of the example.
This commit is contained in:
		@@ -142,7 +142,7 @@ spec:
 | 
			
		||||
    spec:
 | 
			
		||||
      containers:
 | 
			
		||||
      - name: master
 | 
			
		||||
        image: gcr.io/google_containers/redis:e2e  # or just image: redis
 | 
			
		||||
        image: gcr.io/google_containers/redis:e2e
 | 
			
		||||
        resources:
 | 
			
		||||
          requests:
 | 
			
		||||
            cpu: 100m
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user