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

create skipper ingress daemon set #194

Merged
merged 3 commits into from
Dec 13, 2016
Merged

create skipper ingress daemon set #194

merged 3 commits into from
Dec 13, 2016

Conversation

aryszka
Copy link
Contributor

@aryszka aryszka commented Dec 13, 2016

adds the ingress skipper router to the cluster

cpu: 25m
memory: 25Mi
- name: kubectl
image: registry.opensource.zalan.do/teapot/hyperkube:v1.5.0-beta.2_custom.0
Copy link
Contributor

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

Copy link
Contributor Author

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
Copy link
Contributor

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

Copy link
Contributor Author

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
Copy link
Contributor

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?

Copy link
Contributor Author

@aryszka aryszka Dec 13, 2016

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
Copy link
Contributor

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"

Copy link
Contributor Author

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

@hjacobs
Copy link
Contributor

hjacobs commented Dec 13, 2016

👍

1 similar comment
@aryszka
Copy link
Contributor Author

aryszka commented Dec 13, 2016

👍

@hjacobs hjacobs merged commit 81c89da into master Dec 13, 2016
@hjacobs hjacobs deleted the ingress-skipper branch January 13, 2017 19:22
szuecs added a commit that referenced this pull request Sep 10, 2018
* 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>
This was referenced Sep 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants