-
Notifications
You must be signed in to change notification settings - Fork 55
Deprecate ingress nginx #1486
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
base: main
Are you sure you want to change the base?
Deprecate ingress nginx #1486
Conversation
✅ Deploy Preview for vcluster-docs-site ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
de4cb09 to
dd29df9
Compare
cbron
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fine to me. @guowenatk can you review ?
5274a3f to
c437b52
Compare
c437b52 to
0b19a51
Compare
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
Claude Code review failed to complete. This may be due to API rate limits or network issues. The PR can still be reviewed manually. |
|
|
||
| <Step> | ||
| Install the NGINX `IngressController`. | ||
| [Deprecated]: [Deprecated]: [Deprecated]: Install the NGINX `IngressController`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| [Deprecated]: [Deprecated]: [Deprecated]: Install the NGINX `IngressController`. | |
| [Deprecated]: Install the NGINX `IngressController`. |
0b19a51 to
bbe5391
Compare
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
Claude Code review failed to complete. This may be due to API rate limits or network issues. The PR can still be reviewed manually. |
bbe5391 to
7ed094d
Compare
|
Claude finished @rmweir's task in 2m 38s —— View job Review: Deprecate ingress nginxSummary: This PR adds deprecation notices for Issues FoundI found several issues that need attention: Typos (4 occurrences)
Duplicate text (3 occurrences)
Existing review comment from @Piotr1215 What Looks Good
|
|
|
||
| <Step> | ||
| Install the NGINX `IngressController`. | ||
| [Deprecated]: [Deprecated]: [Deprecated]: Install the NGINX `IngressController`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The [Deprecated]: prefix appears three times. This looks like an accidental repetition.
| [Deprecated]: [Deprecated]: [Deprecated]: Install the NGINX `IngressController`. | |
| [Deprecated]: Install the NGINX `IngressController`. |
| namespace: bar | ||
| spec: | ||
| ingressClassName: nginx | ||
| ingressClassName: nginx # the ingress-nginx project has been deprecated, we recommend using a different ingress class # the ingress-nginx project has been deprecated, we recommend using a different ingress class |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The deprecation comment appears twice. Consider using a single comment.
| ingressClassName: nginx # the ingress-nginx project has been deprecated, we recommend using a different ingress class # the ingress-nginx project has been deprecated, we recommend using a different ingress class | |
| ingressClassName: nginx # the ingress-nginx project has been deprecated, we recommend using a different ingress class |
| - http01: | ||
| ingress: | ||
| ingressClassName: nginx | ||
| ingressClassName: nginx # the ingress-nginx project has been deprecated, we recommend using a different ingress class # the ingress-nginx project has been deprecated, we recommend using a different ingress class |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The deprecation comment appears twice in this line. Consider consolidating.
| ingressClassName: nginx # the ingress-nginx project has been deprecated, we recommend using a different ingress class # the ingress-nginx project has been deprecated, we recommend using a different ingress class | |
| ingressClassName: nginx # the ingress-nginx project has been deprecated, we recommend using a different ingress class |
| name: loft-agent-ingress | ||
| annotations: | ||
| kubernetes.io/ingress.class: nginx | ||
| kubernetes.io/ingress.class: nginx # ingress-nginx has been deperecated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a typo in "deperecated" - should be "deprecated".
| kubernetes.io/ingress.class: nginx # ingress-nginx has been deperecated | |
| kubernetes.io/ingress.class: nginx # ingress-nginx has been deprecated |
| ### Option 2: Ingress | ||
|
|
||
| Create an Ingress resource to expose Grafana externally. The following example uses the nginx ingress controller: | ||
| Create an Ingress resource to expose Grafana externally. The following example uses the nginx ingress controller (deperecated): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a typo in "deperecated" - should be "deprecated".
| Create an Ingress resource to expose Grafana externally. The following example uses the nginx ingress controller (deperecated): | |
| Create an Ingress resource to expose Grafana externally. The following example uses the nginx ingress controller (deprecated): |
| nginx.ingress.kubernetes.io/force-ssl-redirect: "true" | ||
| nginx.ingress.kubernetes.io/backend-protocol: "HTTP" | ||
| ingressClassName: "nginx" | ||
| ingressClassName: "nginx" # deperecated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a typo in "deperecated" - should be "deprecated".
| ingressClassName: "nginx" # deperecated | |
| ingressClassName: "nginx" # deprecated |
| ingress: | ||
| enabled: true | ||
| ingressClassName: "nginx" | ||
| ingressClassName: "nginx" # deperecated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a typo in "deperecated" - should be "deprecated".
| ingressClassName: "nginx" # deperecated | |
| ingressClassName: "nginx" # deprecated |
| name: secure-app-ingress | ||
| annotations: | ||
| kubernetes.io/ingress.class: nginx | ||
| kubernetes.io/ingress.class: nginx # ingress-nginx has been deperecated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a typo in "deperecated" - should be "deprecated".
| kubernetes.io/ingress.class: nginx # ingress-nginx has been deperecated | |
| kubernetes.io/ingress.class: nginx # ingress-nginx has been deprecated |
Content Description
Preview Link
Internal Reference
Part of ENG-10314
@netlify /docs
Note
Adds deprecation notices for ingress-nginx across documentation.
Generated by Claude for 7ed094d