You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're using Dokku - especially for commercial purposes - consider donating to project development via OpenCollective or Patreon. Funds go to general development, support, and infrastructure costs.
If you'd like to sponsor specific functionality, see the project's Sponsoring document.
If you need support for a version of Dokku that is more than a year old, your issue may be closed without an answer. Please upgrade to a recent version before filing an issue.
Install ingress without the service annotations on AKS
Steps to Reproduce
Actual Results
Expected Results
Environment Information
dokku report APP_NAME output
This is required! Issues missing this information may be closed.
For problems affecting all applications, the report output for a broken application is useful for our debugging.
In these cases, you may run dokku report without any arguments to display the top-level reporting information.
How (deb/make) and where (AWS, VirtualBox, physical, etc.) was Dokku installed?:
Additional information
App container inspect output (if applicable) via dokku ps:inspect APP_NAME
The nginx configuration (if applicable) via dokku nginx:show-config APP_NAME
Link to the exact repository being deployed (if possible/applicable):
Output of failing Dokku commands after running dokku trace:on
(BEWARE: trace:on will print environment variables for some commands, be sure you're not exposing any sensitive information when posting issues. You may replace these values with XXXXXX):
The text was updated successfully, but these errors were encountered:
babarinde
changed the title
Doc: specify required nginx-ingress installation settings for popular k8s cloud provider
Doc: specify required nginx-ingress installation settings for popular k8s cloud providers
Jun 5, 2023
Description of problem
In AKS, the nginx ingress controller requires service annotations defined as in https://learn.microsoft.com/en-us/azure/aks/ingress-basic?tabs=azure-cli#basic-configuration AWS and other perhaps have theirs as well
How reproducible
Install ingress without the service annotations on AKS
Steps to Reproduce
Actual Results
Expected Results
Environment Information
dokku report APP_NAME
outputHow (deb/make) and where (AWS, VirtualBox, physical, etc.) was Dokku installed?:
Additional information
dokku ps:inspect APP_NAME
dokku nginx:show-config APP_NAME
dokku trace:on
(BEWARE:
trace:on
will print environment variables for some commands, be sure you're not exposing any sensitive information when posting issues. You may replace these values with XXXXXX):The text was updated successfully, but these errors were encountered: