-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Support kind
in development container
#7602
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7602 +/- ##
=======================================
Coverage 42.11% 42.11%
=======================================
Files 217 217
Lines 12081 12081
Branches 179 179
=======================================
Hits 5088 5088
Misses 6708 6708
Partials 285 285 |
Self check and clean up are needed. |
Also, documentation should be updated. |
56ae09b
to
93b5c7e
Compare
Dashboard is woriking with kind in development container now! |
/retitle Support |
kind
in development containerkind
in development container
As a default, run dashboard with `kind` cluster in development container.
Also, fix some problems.
As a default, run dashboard with `kind` cluster in development container.
Also, fix some problems.
497995d
to
317ae51
Compare
442f278
to
3a2dd94
Compare
3a2dd94
to
ac3677c
Compare
docker 23.0.0 does not works.
3d7cdab
to
aad22e7
Compare
docker 23.0.0 has bug. Development container does not work with it. Please update docker 23.0.1 or later. |
the bug in 23.0.0 fixed by moby/moby#44928 |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: maciaszczykm, 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 |
As a default, run dashboard with
kind
cluster in development container.hack/develop/run-dev-container.sh
Ref: #7582