dashboard icon indicating copy to clipboard operation
dashboard copied to clipboard

feat: refresh development container

Open shu-mutou opened this issue 1 year ago • 13 comments

Support for new Kubernetes Dashboard configuration. Omitted connecting to an external K8s cluster. Currently, it only supports kind k8s clusters built by scripts in this repository.

shu-mutou avatar Mar 23 '24 10:03 shu-mutou

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: 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 avatar Mar 23 '24 10:03 k8s-ci-robot

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 35.88%. Comparing base (7be0753) to head (5f5659f). Report is 206 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8828   +/-   ##
=======================================
  Coverage   35.88%   35.88%           
=======================================
  Files         301      301           
  Lines       14503    14503           
  Branches      202      202           
=======================================
  Hits         5204     5204           
  Misses       9075     9075           
  Partials      224      224           
:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Mar 23 '24 10:03 codecov[bot]

Unknown CLA label state. Rechecking for CLA labels.

Send feedback to sig-contributor-experience at kubernetes/community.

/check-cla /easycla

k8s-triage-robot avatar Mar 23 '24 17:03 k8s-triage-robot

@maciaszczykm @floreks PTAL Thanks!

shu-mutou avatar Apr 03 '24 09:04 shu-mutou

make serve and make run are broken now and do not work.

floreks avatar Apr 04 '24 09:04 floreks

/checkcla

shu-mutou avatar Apr 11 '24 07:04 shu-mutou

/easycla

shu-mutou avatar Apr 11 '24 07:04 shu-mutou

@floreks @maciaszczykm dashboard runs properly with this development container. Please try hack/develop/run-dev-container.sh. Then try followings.

To add a role with full access for development and get its token
to log into the Dashboard, see followings:

1. Run terminal in development container.
    docker exec -it k8s-dashboard-dev gosu user bash

2. Set env for kubeconfig on development container
    export KUBECONFIG=/go/src/github.com/kubernetes/dashboard/.tmp/kubeconfig

3. Add full access role for development.
    kubectl apply -f hack/develop/developmental-role.yaml

4. Run following to get token for logging into dashboard.
    kubectl -n kubernetes-dashboard create token kubernetes-dashboard

5. Access https://localhost:8443/ with browser on your host,
   then login with token.

shu-mutou avatar Apr 11 '24 09:04 shu-mutou

What I meant is that running make serve and make run directly in the dashboard root (without using dev container) dir no longer works with these changes applied.

floreks avatar Apr 11 '24 12:04 floreks

@floreks could you check this again?

shu-mutou avatar Apr 30 '24 15:04 shu-mutou

The Kubernetes project currently lacks enough contributors to adequately respond to all PRs.

This bot triages PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the PR is closed

You can:

  • Mark this PR as fresh with /remove-lifecycle stale
  • Close this PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot avatar Jul 29 '24 15:07 k8s-triage-robot

@floreks could you check this again?

shu-mutou avatar Aug 14 '24 08:08 shu-mutou

PR needs rebase.

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-sigs/prow repository.

k8s-ci-robot avatar Jan 08 '25 08:01 k8s-ci-robot

The Kubernetes project currently lacks enough contributors to adequately respond to all PRs.

This bot triages PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the PR is closed

You can:

  • Mark this PR as fresh with /remove-lifecycle stale
  • Close this PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot avatar Apr 08 '25 08:04 k8s-triage-robot

The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs.

This bot triages PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the PR is closed

You can:

  • Mark this PR as fresh with /remove-lifecycle rotten
  • Close this PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

k8s-triage-robot avatar May 08 '25 09:05 k8s-triage-robot

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the PR is closed

You can:

  • Reopen this PR with /reopen
  • Mark this PR as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close

k8s-triage-robot avatar Jun 07 '25 10:06 k8s-triage-robot

@k8s-triage-robot: Closed this PR.

In response to this:

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the PR is closed

You can:

  • Reopen this PR with /reopen
  • Mark this PR as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close

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-sigs/prow repository.

k8s-ci-robot avatar Jun 07 '25 10:06 k8s-ci-robot