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
Describe the bug
The underlying nginx.conf is not being properly generated. Directives that should be on their own line are not which makes reading the .conf difficult.
To Reproduce
Install 3.4.3, add several resources and review the generated .conf
Latest results as of today using 3.4.3 (using prebuilt image and built my own)
upstream vs_cafe-test {
zone vs_cafe_test 512k;random two least_conn;
In the above, random two least_conn should and needs to be on its own line.
Expected behavior
See above.
Your environment
Tested with Kind and K3D, version 3.4.3 of NIC.
The text was updated successfully, but these errors were encountered:
Describe the bug
The underlying nginx.conf is not being properly generated. Directives that should be on their own line are not which makes reading the .conf difficult.
To Reproduce
Install 3.4.3, add several resources and review the generated .conf
Latest results as of today using 3.4.3 (using prebuilt image and built my own)
In the above,
random two least_conn
should and needs to be on its own line.Expected behavior
See above.
Your environment
Tested with Kind and K3D, version 3.4.3 of NIC.
The text was updated successfully, but these errors were encountered: