-
Notifications
You must be signed in to change notification settings - Fork 180
Update README #151
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
Update README #151
Conversation
|
/assign @barney-s |
| ``` | ||
|
|
||
| ## Installing the CRD | ||
| ## Installing the CRD together with the controller |
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.
This is just the controller.
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.
It includes both the controller and the CRD.
$(TOOLBIN)/kustomize build config/default | kubectl apply -f - applied on config/default, which also includes the CRD. See: https://github.com/kubernetes-sigs/application/blob/master/config/default/kustomization.yaml#L21
Here is an example of the command output, which verified the CRD is created.
$ make deploy
cd config/manager && /usr/local/google/home/nanyu/go/src/sigs.k8s.io/application/hack/tools/bin/kustomize edit set image controller=gcr.io/nanyu-gke-dev/application-controller-amd64:dev
/usr/local/google/home/nanyu/go/src/sigs.k8s.io/application/hack/tools/bin/kustomize build config/default | kubectl apply -f -
namespace/application-system created
customresourcedefinition.apiextensions.k8s.io/applications.app.k8s.io created
role.rbac.authorization.k8s.io/application-leader-election-role created
clusterrole.rbac.authorization.k8s.io/application-manager-role created
clusterrole.rbac.authorization.k8s.io/application-proxy-role created
rolebinding.rbac.authorization.k8s.io/application-leader-election-rolebinding created
clusterrolebinding.rbac.authorization.k8s.io/application-manager-rolebinding created
clusterrolebinding.rbac.authorization.k8s.io/application-proxy-rolebinding created
service/application-controller-manager-metrics-service created
service/application-controller-manager-service created
deployment.apps/application-controller-manager created
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: barney-s, nan-yu The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
No description provided.