-
Notifications
You must be signed in to change notification settings - Fork 124
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 karmadactl init --config & karmadactl config documents #690
Conversation
Welcome @tiansuo114! It looks like this is your first PR to karmada-io/website 🎉 |
/hold |
@liangyuanpeng |
I recommend to add to https://karmada.io/docs/installation, WDYT? @XiShanYongYe-Chang |
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.
/assign
/hold cancel The karmada-io/karmada#5277 has been merged and the pr should now be able to continue the review and merge process |
66edb2e
to
dd28561
Compare
560c7e6
to
79d6d73
Compare
Hi Seems the comments mentioned above (#690 (comment)) haven't been addressed. |
docs/installation/installation.md
Outdated
| Component | Default Image Registry + Name | Default Tag | | ||
| --------------------------------- | ------------------------------------------------ |-----------------------------| | ||
| **Karmada API Server** | `registry.k8s.io/kube-apiserver` | `v1.29.6` (current release) | | ||
| **Karmada Aggregated API Server** | `docker.io/karmada/karmada-aggregated-apiserver` | `v${karmadaGitVersion}` | | ||
| **Kube Controller Manager** | `registry.k8s.io/kube-controller-manager` | `v1.30.4` (current release) | | ||
| **Karmada Controller Manager** | `docker.io/karmada/karmada-controller-manager` | `v${karmadaGitVersion}` | | ||
| **Karmada Scheduler** | `docker.io/karmada/karmada-scheduler` | `v${karmadaGitVersion}` | | ||
| **Karmada Webhook** | `docker.io/karmada/karmada-webhook` | `v${karmadaGitVersion}` | | ||
| **Etcd (Local)** | `registry.k8s.io/etcd` | `latest` (current release) | | ||
| **Etcd Init Image (Local)** | `docker.io/alpine` | `3.19.1` (current release) | | ||
| **Karmada Agent** | `docker.io/karmada/karmada-agent` | `v${karmadaGitVersion}` | |
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.
See the comments #690 (comment).
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.
See the comments #690 (comment).
Yes, I accidentally missed that change 😭. Now, that part has been updated in the documentation, and I look forward to further progress.
Signed-off-by: tiansuo114 <[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.
/lgtm
/approve
Thanks.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RainbowMango 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 |
What type of PR is this?
/kind feature
What this PR does / why we need it:
The purpose of this pr is to make changes to and supplement the content of the document with the modifications in the issue
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: