-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Traefik manifest has wrong location for podAnnotations #9919
Milestone
Comments
This was referenced Apr 11, 2024
Validated using latest commit id 06b6444 on master branchEnvironment DetailsInfrastructure Node(s) CPU architecture, OS, and Version:
Cluster Configuration: Config.yaml:
Steps to reproduce the issue and validate the fix
Replication results:
Validation results:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environmental Info:
K3s Version:
k3s version v1.28.7+k3s1 (051b14b)
go version go1.21.7
Describe the bug:
The manifest shows the
podAnnotations
field at the top level:k3s/manifests/traefik.yaml
Lines 19 to 22 in 4cc73b1
It should be nested as
deployment.podAnnotations
.The text was updated successfully, but these errors were encountered: