-
Notifications
You must be signed in to change notification settings - Fork 164
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
create skipper ingress daemon set #194
Conversation
cpu: 25m | ||
memory: 25Mi | ||
- name: kubectl | ||
image: registry.opensource.zalan.do/teapot/hyperkube:v1.5.0-beta.2_custom.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should use the same hyperkube version as everywhere else
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
true
cpu: 25m | ||
memory: 25Mi | ||
- name: kubectl | ||
image: registry.opensource.zalan.do/teapot/hyperkube:v1.5.0-beta.2_custom.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would make sense to use the same hyperkube image here as we do in all other places.
This is currently: registry.opensource.zalan.do/teapot/hyperkube:v1.4.7_zalando.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
ports: | ||
- containerPort: 8001 | ||
hostNetwork: true | ||
hostPID: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we use hostPID
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed, thx, not needed at all
- proxy | ||
ports: | ||
- containerPort: 8001 | ||
hostNetwork: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hostNetwork
means that the kubectl container port 8001 is opened on the host's "localhost"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed, thx, not needed atm
👍 |
1 similar comment
👍 |
* add dualstack (IPv6) support (#209) * added a flag to blacklist certificate ARNs, that will not be considered * Allow control of the SSL policy applied to https listeners via flag (#20 @jhohertz) * Detach non-existing target groups from ASGs (#198) * Reduce cert lookups within a single update (#193) * Cleanup controller initialization and termination (#194) Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>
adds the ingress skipper router to the cluster