Point to correct annotation in federated deployment

This commit is contained in:
Vic Iglesias
2017-02-01 12:02:51 -08:00
committed by Andrew Chen
parent bce5bae19c
commit 087ba3c961
+1 -1
View File
@@ -75,7 +75,7 @@ if you have 3 registered clusters and you create a Federated Deployment with
`spec.replicas=3`.
To modify the number of replicas in each cluster, you can specify
[FederatedReplicaSetPreference](https://github.com/kubernetes/kubernetes/blob/{{page.githubbranch}}/federation/apis/federation/types.go)
as an annotation with key `federation.kubernetes.io/replica-set-preferences`
as an annotation with key `federation.kubernetes.io/deployment-preferences`
on Federated Deployment.