Skip to content
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 traefik helm chart from 10.0.0 to 10.14.1 #246

Merged
merged 2 commits into from
Feb 11, 2022

Conversation

naris-silpakit
Copy link
Contributor

What does this PR do?

Updates the default Traefik helm chart from 10.0.0 to 10.14.1.

Also fixes some whitespace in examples/observability/eks-cluster-with-amp-amg-opensearch.

More

  • Yes, I have tested the PR using my local account setup (Provide any test evidence report under Additional Notes)
  • Yes, I have added a new example under examples to support my PR
  • Yes, I have created another PR for add-ons under add-ons repo (if applicable)
  • Yes, I have updated the docs for this feature
  • Yes, I ran pre-commit run -a with this PR

Note: Not all the PRs required examples and docs except a new pattern or add-on added.

For Moderators

  • E2E Test successfully complete before merge?

Additional Notes

Testing notes:

  • created test directory and filled main.tf file with vpc, eks cluster with traefik enabled
  • ran terraform apply -auto-approve and checked that deployment completes
  • connected to cluster and verified that nodes are online in kube-system namespace
  • connected to Traefik dashboard and verified the page loads
    • ran kubectl port-forward -n kube-system $(kubectl get pods -n kube-system --selector "app.kubernetes.io/name=traefik" --output=name) 9000:9000
    • loaded dashboard at http://127.0.0.1:9000/dashboard/

@askulkarni2 askulkarni2 merged commit 79474eb into main Feb 11, 2022
@vara-bonthu vara-bonthu deleted the feature/update-traefik branch February 21, 2022 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants