Results 90 comments of Jack Blower

> The docs should be updated soon. The limit has been set to 100 characters based on the telemetry. Adding an env. variable name with a length longer than that...

> > > Hi @ElvenSpellmaker thanks for reporting! > > Be sure to check out the [docs](https://docs.nginx.com/nginx-ingress-controller) while you wait for a human to take a look at this 🙂...

I think I've found this: ![image](https://user-images.githubusercontent.com/2286713/133258301-27dda6e3-84c3-4ea1-be00-58e3f416ea2b.png) I assume this is why, so is it no longer possibly to apply a blanket SSL redirect on a global level? What about HSTS?

I also see this: ![image](https://user-images.githubusercontent.com/2286713/133266488-0494c6c7-34a0-4c4b-8ecb-48eda0ca29b1.png) But I can't see a way to set HSTS on a VirtualServer level...

So it looks like there's no way to enforce HSTS at all (without enabling snippets perhaps) and no way to globally redirect to HTTPS.

> > > @ElvenSpellmaker @brianehlert Yep, the ConfigMap `ssl-redirect` and `hsts` are not supported by VirtualServer > > I can suggest a workaround - you can put the following into...

I have a slightly modified solution by @linorabolini for bash (you'll need to copy their first part): ```bash if [ -s "$HOME/.nvm/nvm.sh" ]; then export NVM_DIR="$HOME/.nvm" nvm_cmds=(nvm node npm yarn)...

I get a similar error on Windows 11, Kubernetes is _disabled_ and so it shouldn't be trying to launch it at all? It's intermittent, and closing Rancher, `wsl --shutdown` and...

Hey @crramirez, I can try to debug further, but I'm almost sure I don't set it anywhere beforehand, I wouldn't want it to be just `xterm` so if it's something...

Ahh OK I see the problem, it's partly [PEBCAK](https://en.wiktionary.org/wiki/PEBCAK) (🤦🏻‍♂️) and partly that the _default_ prompt since the colour has been introduced for non-colour terminals is set to the default...