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

Remove dashboard cluster addon #107481

Merged
merged 4 commits into from
Feb 10, 2022

Conversation

shu-mutou
Copy link
Contributor

@shu-mutou shu-mutou commented Jan 12, 2022

What type of PR is this?

/kind deprecation

What this PR does / why we need it:

Remove dashboard cluster addon.
Due to dashboard addon is no longer maintained.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?

Cluster addon for dashboard was removed. To install dashboard, see [here](https://github.com/kubernetes/dashboard/blob/master/docs/user/README.md).

Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:


@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/documentation Categorizes issue or PR as related to documentation. kind/deprecation Categorizes issue or PR as related to a feature/enhancement marked for deprecation. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jan 12, 2022
@k8s-ci-robot
Copy link
Contributor

@shu-mutou: Adding the "do-not-merge/release-note-label-needed" label and removing any existing "release-note-none" label because there is a "kind/deprecation" label on the PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added do-not-merge/needs-kind Indicates a PR lacks a `kind/foo` label and requires one. do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. and removed release-note-none Denotes a PR that doesn't merit a release note. do-not-merge/needs-kind Indicates a PR lacks a `kind/foo` label and requires one. labels Jan 12, 2022
@k8s-ci-robot
Copy link
Contributor

@shu-mutou: This issue is currently awaiting triage.

If a SIG or subproject determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. labels Jan 12, 2022
@k8s-ci-robot k8s-ci-robot added area/provider/gcp Issues or PRs related to gcp provider sig/cloud-provider Categorizes an issue or PR as relevant to SIG Cloud Provider. approved Indicates a PR has been approved by an approver from all required OWNERS files. and removed do-not-merge/needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels Jan 12, 2022
@shu-mutou
Copy link
Contributor Author

/remove-label kind/deprecation

@k8s-ci-robot
Copy link
Contributor

@shu-mutou: The label(s) /remove-label kind/deprecation cannot be applied. These labels are supported: api-review, tide/merge-method-merge, tide/merge-method-rebase, tide/merge-method-squash, team/katacoda, refactor, official-cve-feed

In response to this:

/remove-label kind/deprecation

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. and removed do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. labels Jan 12, 2022
@dims
Copy link
Member

dims commented Jan 12, 2022

/assign floreks

@liggitt
Copy link
Member

liggitt commented Jan 13, 2022

The entire cluster folder is deprecated. If the dashboard add on isn't used by CI, which I don't think it is, we should simply drop it

@shu-mutou
Copy link
Contributor Author

Because some other addons are maintaining and I didn't find deprecation policy for addons, I thought this addon should be set as deprecated once.
I agree with removing. I will change this PR to remove entirely this addon.

Due to dashboard addon is no longer maintained.
@floreks
Copy link
Member

floreks commented Jan 14, 2022

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 14, 2022
@maciaszczykm
Copy link
Member

maciaszczykm commented Jan 14, 2022

/retest

@liggitt
Copy link
Member

liggitt commented Jan 14, 2022

drop related stuff in the cluster scripts:

CUSTOM_KUBE_DASHBOARD_BANNER and ENABLE_CLUSTER_UI

function update-dashboard-deployment

  if [[ "${ENABLE_CLUSTER_UI:-}" == "true" ]]; then
    setup-addon-manifests "addons" "dashboard"
    local -r dashboard_deployment_yaml="${dst_dir}/dashboard/dashboard-deployment.yaml"
    update-dashboard-deployment ${dashboard_deployment_yaml}
  fi

@oomichi
Copy link
Member

oomichi commented Jan 15, 2022

${KUBECTL} --kubeconfig="${CERT_DIR}/admin.kubeconfig" apply -f "${KUBE_ROOT}/cluster/addons/dashboard/dashboard.yaml"
also still uses the yaml which is deleted with this pull request.

@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 18, 2022
@shu-mutou
Copy link
Contributor Author

/retest

@atoato88
Copy link
Contributor

k/k/test/e2e/ui/dashboard.go has some tests for dashboard UI.
Should we delete this test?

@liggitt
Copy link
Member

liggitt commented Jan 18, 2022

k/k/test/e2e/ui/dashboard.go has some tests for dashboard UI.
Should we delete this test?

yes

@oomichi
Copy link
Member

oomichi commented Jan 19, 2022

/test pull-kubernetes-local-e2e

@oomichi
Copy link
Member

oomichi commented Jan 19, 2022

pull-kubernetes-local-e2e seems failed due to unrelated reason according to #107626 (comment)

@shu-mutou
Copy link
Contributor Author

/test pull-kubernetes-local-e2e

@k8s-ci-robot k8s-ci-robot added area/test sig/testing Categorizes an issue or PR as relevant to SIG Testing. labels Feb 10, 2022
@k8s-ci-robot
Copy link
Contributor

k8s-ci-robot commented Feb 10, 2022

@shu-mutou: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-kubernetes-local-e2e f9954d0 link false /test pull-kubernetes-local-e2e

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@shu-mutou
Copy link
Contributor Author

@dims @liggitt @oomichi @atoato88 @floreks @maciaszczykm Passed required tests. Pleas take a look again. Thanks!

@dims
Copy link
Member

dims commented Feb 10, 2022

/skip
/approve
/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 10, 2022
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dims, shu-mutou

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 10, 2022
@k8s-ci-robot k8s-ci-robot merged commit a320787 into kubernetes:master Feb 10, 2022
@k8s-ci-robot k8s-ci-robot added this to the v1.24 milestone Feb 10, 2022
@shu-mutou shu-mutou deleted the deprecate-dashboard-addon branch February 11, 2022 01:46
shu-mutou added a commit to shu-mutou/community that referenced this pull request Feb 13, 2023
Dashboard cluster addon had been removed already.
kubernetes/kubernetes#107481
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/provider/gcp Issues or PRs related to gcp provider area/test cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/deprecation Categorizes issue or PR as related to a feature/enhancement marked for deprecation. kind/documentation Categorizes issue or PR as related to documentation. lgtm "Looks good to me", indicates that a PR is ready to be merged. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. release-note Denotes a PR that will be considered when it comes time to generate release notes. sig/cloud-provider Categorizes an issue or PR as relevant to SIG Cloud Provider. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants