-
Notifications
You must be signed in to change notification settings - Fork 45
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
Operator for the Kubernetes dashboard #44
Operator for the Kubernetes dashboard #44
Conversation
@somtochiama /cc @johnsonj |
Sure. I will do that. |
@somtochiama
@johnsonj |
Thank you to update!
|
Could you add tests?
|
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.
@somtochiama
Thank you for updating PR.
Almost OK for me.
@johnsonj
There is a question about maintainers
key in Application CR.
Please see PR comments.
# since it depends on service name and namespace that are out of this kustomize package. | ||
# It should be run by config/default | ||
resources: | ||
- bases/addons.k8s.io_dashboards.yaml |
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.
Add setting for building manifests of Application CR because dashboard operator use it.
- bases/addons.k8s.io_dashboards.yaml | |
- bases/addons.k8s.io_dashboards.yaml | |
- bases/app.k8s.io_application.yaml |
descriptor: | ||
type: "kubernetes-dashboard" | ||
description: | | ||
This is a demo of the kubebuilder-declarative-pattern project and not a production ready installation. |
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.
Dashboard operator is not demo of the kubebuilder-declarative-pattern no longer.
We can delete this.
This is a demo of the kubebuilder-declarative-pattern project and not a production ready installation. |
type: "image/png" | ||
maintainers: | ||
- name: Maintainer | ||
email: [email protected] |
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.
@johnsonj
What value should we change with?
This value is [email protected]
since v1.8.3 in kubebuilder-declarative-pattern
Or, can we change here with below?
email: [email protected] | |
url: https://github.com/kubernetes/dashboard |
type: "kubernetes-dashboard" | ||
description: | | ||
This is a demo of the kubebuilder-declarative-pattern project and not a production ready installation. | ||
Kubernetes Dashboard is a general purpose, web-based UI for Kubernetes clusters. |
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.
ditto.
type: "image/png" | ||
maintainers: | ||
- name: Maintainer | ||
email: [email protected] |
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.
ditto.
type: "image/png" | ||
maintainers: | ||
- name: Maintainer | ||
email: [email protected] |
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.
ditto.
descriptor: | ||
type: "kubernetes-dashboard" | ||
description: | | ||
This is a demo of the kubebuilder-declarative-pattern project and not a production ready installation. |
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.
ditto.
I've confirmed to pass a test. |
Thanks @somtochiama , and thanks also to @atoato88 for working together to figure out the right way forwards. Sounds like we have consensus, so... /approve We can always iterate on it as well - I think I want to figure out what to do about the config/ directories which are the bulk of the repetitive boilerplate. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justinsb, SomtochiAma The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This is a pull request to add an operator for the Kubernetes dashboard