Skip to content

Commit

Permalink
Fix kops docs
Browse files Browse the repository at this point in the history
remove imagePullPolicy and tolerations
  • Loading branch information
vvbogdanov87 committed Oct 9, 2019
1 parent b279a11 commit 89e1097
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions KOPS.md
Expand Up @@ -93,7 +93,6 @@ spec:
containers:
- image: <image-of-aws-provider>
name: aws-encryption-provider
imagePullPolicy: Always
command:
- /aws-encryption-provider
- -key=<arn-of-kms-key>
Expand All @@ -117,9 +116,6 @@ spec:
hostPath:
path: /srv/kubernetes
type: DirectoryOrCreate
tolerations:
- key: CriticalAddonsOnly
operator: Exists
```
Note: The above uses labels to make sure that the pod lives on all the same nodes as the kube-apiserver. The following is the kops specification to implement node labels for the master instance group to go with the above example:
```yaml
Expand Down

0 comments on commit 89e1097

Please sign in to comment.