Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Run over old systemd platform#49

Merged
JulienBalestra merged 10 commits intomasterfrom
JulienBalestra/ubuntu-1404
Jun 19, 2018
Merged

Run over old systemd platform#49
JulienBalestra merged 10 commits intomasterfrom
JulienBalestra/ubuntu-1404

Conversation

@JulienBalestra
Copy link
Copy Markdown
Collaborator

What does this PR do?

This PR allows to run pupernetes over old systemd platform like ubuntu 14.04.
As it's the only choice in several SaaS CI (circleci, travis) I managed to make it works over this distribution.

Motivation

Be able to run pupernetes in circleci.

This is very useful to be able to test pupernetes in its own CI system.
But, it's also very interesting for others projects like datadog-agent 🎉

@JulienBalestra JulienBalestra added the enhancement New feature or request label Jun 16, 2018
@JulienBalestra JulienBalestra added this to the v0.5.0 milestone Jun 16, 2018
@JulienBalestra JulienBalestra requested a review from a team June 16, 2018 17:32
@JulienBalestra JulienBalestra force-pushed the JulienBalestra/ubuntu-1404 branch 6 times, most recently from e369aef to 3724787 Compare June 16, 2018 19:37
logging: can use on legacy sd
@JulienBalestra JulienBalestra force-pushed the JulienBalestra/ubuntu-1404 branch from 3724787 to 105040e Compare June 16, 2018 19:44
@JulienBalestra JulienBalestra force-pushed the JulienBalestra/ubuntu-1404 branch 7 times, most recently from 61d03f6 to ade740b Compare June 18, 2018 07:21
@JulienBalestra JulienBalestra force-pushed the JulienBalestra/ubuntu-1404 branch 3 times, most recently from 89036c1 to ed3804a Compare June 18, 2018 08:20
@JulienBalestra JulienBalestra force-pushed the JulienBalestra/ubuntu-1404 branch 3 times, most recently from 00cc9b5 to 484fab4 Compare June 18, 2018 09:39
@JulienBalestra JulienBalestra force-pushed the JulienBalestra/ubuntu-1404 branch from 484fab4 to 43bb13f Compare June 18, 2018 09:47
@JulienBalestra
Copy link
Copy Markdown
Collaborator Author

There are some issues with the kubelet on Kubernetes 1.5 and 1.6.
I propose to postpone them for later to reduce the scope of this PR.

@JulienBalestra JulienBalestra force-pushed the JulienBalestra/ubuntu-1404 branch from 287c740 to 9774507 Compare June 18, 2018 18:25
--healthz-port=10248 \
--cert-dir=/var/lib/p8s-kubelet/pki \
--kubeconfig={{.RootABSPath}}/manifest-config/kubeconfig-insecure.yaml \
--cloud-provider="" \
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we planning on supporting this flag at some point ? (referring to @kindermoumoute's issue)

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes we should, but it's not something needed for our use case right now.

Copy link
Copy Markdown
Contributor

@CharlyF CharlyF left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me overall, just a general feedback - Exported methods need a comment, it'd greatly help to fully understand the scope of each method.

@JulienBalestra
Copy link
Copy Markdown
Collaborator Author

@CharlyF I'll submit a PR to include golint 👍

@JulienBalestra JulienBalestra merged commit beeb824 into master Jun 19, 2018
@JulienBalestra JulienBalestra deleted the JulienBalestra/ubuntu-1404 branch June 19, 2018 07:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants