We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, every time the fence controller starts, I get:
I1119 11:19:50.680979 1 main.go:25] Kube-Fencing Version: 2.1.0 I1119 11:19:50.681075 1 main.go:26] Go Version: go1.13.15 I1119 11:19:50.681115 1 main.go:27] Go OS/Arch: linux/amd64 I1119 11:19:50.995237 1 main.go:68] Registering Components. I1119 11:19:50.995317 1 main.go:76] Starting the Cmd. I1119 11:19:50.995814 1 leaderelection.go:241] attempting to acquire leader lease fencing/kube-fencing-lock... I1119 11:20:08.421219 1 leaderelection.go:251] successfully acquired lease fencing/kube-fencing-lock E1119 11:20:08.630812 1 node_controller.go:125] Failed to find podTemplate fencing : PodTemplate "fencing" not found
Why is it complaining about fencing pod template if I do not use that template? All my nodes have custom templates using fencing/template annotation.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, every time the fence controller starts, I get:
Why is it complaining about fencing pod template if I do not use that template? All my nodes have custom templates using fencing/template annotation.
The text was updated successfully, but these errors were encountered: