chore(deps): Bump golang from
252599ato386d475Bumps golang from
252599ato386d475.
updated-dependencies:
- dependency-name: golang dependency-version: 1.26.3-bookworm dependency-type: direct:production update-type: version-update:semver-patch …
Signed-off-by: dependabot[bot] support@github.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
etcd-operator
The official Kubernetes operator for etcd.
Community, discussion, contribution, and support
Learn how to engage with the Kubernetes community on the community page.
You can reach the maintainers of this project at:
Code of conduct
Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.
Getting Started
Prerequisites
To Deploy on the cluster
Build and push your image to the location specified by
IMG:NOTE: This image ought to be published in the personal registry you specified. And it is required to have access to pull the image from the working environment. Make sure you have the proper permission to the registry if the above commands don’t work.
Install the CRDs into the cluster:
Deploy the Manager to the cluster with the image specified by
IMG:Create instances of your solution You can apply the samples (examples) from the config/sample:
To Uninstall
Delete the instances (CRs) from the cluster:
Delete the APIs(CRDs) from the cluster:
UnDeploy the controller from the cluster:
Project Distribution
Following are the steps to build the installer and distribute this project to users.
NOTE: The makefile target mentioned above generates an ‘install.yaml’ file in the dist directory. This file contains all the resources built with Kustomize, which are necessary to install this project without its dependencies.
Users can just run kubectl apply -f to install the project, i.e.:
Contributing
// TODO(user): Add detailed information on how you would like others to contribute to this project
NOTE: Run
make helpfor more information on all potentialmaketargetsMore information can be found via the Kubebuilder Documentation