-
Notifications
You must be signed in to change notification settings - Fork 13
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
Warnings that k8s service may not work #657
Conversation
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.
Great work! Left some comments
after changes logs looks like
|
in cli
in journal
|
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.
Great work, left some comments
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.
going in the right direction, added a couple of comments
src/k8s/cmd/util/hooks.go
Outdated
"github.com/spf13/cobra" | ||
) | ||
|
||
const initialProcesEnvironmentVariables = "/proc/1/environ" |
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.
Process
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.
also add a short comment please
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.
couple of more comments but going in the right direction.
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.
LGTM
Please fix the |
2519611
to
6748308
Compare
Warnings that k8s service may not work (#657) KU-1475
In some cases when running k8s in a secured environment it may have problems with running this pr introduces warnings in
k8s bootstrap
andk8sd
with information that k8s may not work as intended.examples
k8sd
:k8s bootstrap
:fixes KU-1475, #439