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

Apply -enable-snippets cli arg to Ingresses (#2124) #2134

Merged
merged 1 commit into from Oct 28, 2021

Conversation

ciarams87
Copy link
Member

  • Apply -enable-snippets cli arg to Ingresses

  • Update docs

  • add snippet flag python tests

  • removing snippets check as we rely on validation

  • removing used param

Co-authored-by: Sean O'Neill s.oneill@f5.com

Proposed changes

Describe the use case and detail of the change. If this PR addresses an issue on GitHub, make sure to include a link to that issue here in this description (not in the title of the PR).

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto master
  • I will ensure my PR is targeting the master branch and pulling from my branch from my own fork

@github-actions github-actions bot added the documentation Pull requests/issues for documentation label Oct 28, 2021
@ciarams87 ciarams87 mentioned this pull request Oct 28, 2021
@@ -0,0 +1,20 @@
apiVersion: networking.k8s.io/v1
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs to be updated to v1beta1

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed to extensions/v1beta1 as all the other Ingresses are of that version. updated the python code to use extensions/v1beta1 as well.

* Apply -enable-snippets cli arg to Ingresses

* Update docs

* add snippet flag python tests

* removing snippets check as we rely on validation

* removing used param

Co-authored-by: Sean O'Neill <s.oneill@f5.com>
@ciarams87 ciarams87 merged commit 1e902ab into release-1.12 Oct 28, 2021
@ciarams87 ciarams87 deleted the cherry-pick-ingress-fix branch October 28, 2021 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Pull requests/issues for documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants