-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add a small note about Kubernetes Client configuration properties. #16593
Conversation
Thanks for your pull request! The title of your pull request does not follow our editorial rules. Could you have a look?
|
@@ -680,6 +680,20 @@ quarkus.kubernetes.readiness-probe.period=45s | |||
In this example `initial-delay` and `period` are fields of the type `Probe`. | |||
Below you will find tables describing all available types. | |||
|
|||
==== Client Connection Configuration | |||
The underline Kubernetes client connection can be configured through properties defined by the Kubernetes Client runtime. |
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.
Underlying? Same for latter on in the text as well
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.
I would say something like:
You may need to configure the connection to your Kubernetes cluster.
By default, it automatically uses the active _context_ used by `kubectl`.
...
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.
Thanks for this!
I added a small note
@@ -680,6 +680,20 @@ quarkus.kubernetes.readiness-probe.period=45s | |||
In this example `initial-delay` and `period` are fields of the type `Probe`. | |||
Below you will find tables describing all available types. | |||
|
|||
==== Client Connection Configuration | |||
The underline Kubernetes client connection can be configured through properties defined by the Kubernetes Client runtime. |
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.
I would say something like:
You may need to configure the connection to your Kubernetes cluster.
By default, it automatically uses the active _context_ used by `kubectl`.
...
When you are done, please squash the commits. Thanks! |
ff4b5b8
to
e4d7c40
Compare
Done! |
Small doc PR based on this thread https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/openshift-extension/near/234538945