Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge PR #190 into Legacy Specs #192

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions containerize/specs/romana-kubeadm.yml
Expand Up @@ -121,6 +121,8 @@ spec:
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
- key: node.kubernetes.io/not-ready
effect: NoSchedule
containers:
- name: romana-etcd
image: gcr.io/google_containers/etcd-amd64:3.0.17
Expand Down Expand Up @@ -180,6 +182,8 @@ spec:
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
- key: node.kubernetes.io/not-ready
effect: NoSchedule
containers:
- name: romana-daemon
image: quay.io/romana/daemon:v2.0.2
Expand All @@ -206,6 +210,8 @@ spec:
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
- key: node.kubernetes.io/not-ready
effect: NoSchedule
containers:
- name: romana-listener
image: quay.io/romana/listener:v2.0.2
Expand Down Expand Up @@ -234,6 +240,8 @@ spec:
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
- key: node.kubernetes.io/not-ready
effect: NoSchedule
containers:
- name: romana-agent
image: quay.io/romana/agent:v2.0.2
Expand Down