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
In some of the labs, you use the NodePort to connect to the frontend. If done through a PROXY the dynamic content is cached. The frontend should set appropriate headers to fix this.
The text was updated successfully, but these errors were encountered:
This issue caused problems in the rolling updates exercise. After doing a rolling update, the image version wasn't updated in the UI. When describing the pods, it was correct, though.
Hi @michaelin
After reviewing the source code of quotes-flask, I’m reconsidering my initial assumption. It seems more likely that the issue could be due to the browser’s JavaScript settings or possibly the proxy interfering with JavaScript execution on non-HTTPS, non-standard port websites.
In some of the labs, you use the NodePort to connect to the frontend. If done through a PROXY the dynamic content is cached. The frontend should set appropriate headers to fix this.
The text was updated successfully, but these errors were encountered: