Skip to content

Commit

Permalink
Merge pull request #193 from Poor12/refactor-admiral
Browse files Browse the repository at this point in the history
fix: kubeadmiral-controller-manager crash when make local-up
  • Loading branch information
mrlihanbo authored Aug 15, 2023
2 parents 61491a3 + 1e23351 commit b571bc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ build:
#
# It will directly start the kubeadmiral control-plane cluster(excluding the kubeadmiral-controller-manager) and three member-clusters.
# Users can run the kubeadmiral-controller-manager component through binary for easy debugging, e.g.:
# ./output/bin/darwin/amd64/kubeadmiral-controller-manager_debug --create-crds-for-ftcs \
# ./output/bin/darwin/amd64/kubeadmiral-controller-manager_debug \
# --klog-logtostderr=false \
# --klog-log-file "./kubeadmiral.log" \
# --kubeconfig "$HOME/.kube/kubeadmiral/kubeadmiral-host.yaml" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ spec:
- name: kubeadmiral-controller-manager
command:
- /kubeadmiral-controller-manager
- --create-crds-for-ftcs=true
- --kubeconfig=/etc/kubeconfig
- --klog-v=4
livenessProbe:
Expand Down

0 comments on commit b571bc0

Please sign in to comment.