mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 20:29:56 +00:00
Rewrote guestbook-go example to use kube-dns
This is follow up of #5284. I also built a new kubernetes/guestbook:v2 image.
This commit is contained in:
@@ -272,7 +272,7 @@ The pod is described in the file `examples/guestbook/frontend-controller.json`:
|
||||
},
|
||||
"labels": {
|
||||
"name": "frontend",
|
||||
"uses": "redis-slave,redis-master",
|
||||
"uses": "redis-slave-or-redis-master",
|
||||
"app": "frontend"
|
||||
}
|
||||
}},
|
||||
|
Reference in New Issue
Block a user