-
When I run
`kubectl port-forward -n ingress-nginx services/ingress-nginx-controller 80:80`
the forwarded address is `127.0.0.1:80`, but when I run
`kubectl port-forward -n ingress-nginx servi…
-
Kubernetes has a [port-forward](https://kubernetes.io/docs/tasks/access-application-cluster/port-forward-access-application-cluster/) command that allows operators to dynamically and ephemerally forwa…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### OS/Web Information
- Web Browser: Safari
- Local OS: MacOS
- Remote OS: Linux
- Remote Architecture: amd64
…
-
Infix supports configuring static multicast entries (infix-bridge.yang), but there does not seem to be any CLI examples in the documentation.
Perhaps add it after (or within) the section on [IGMP/MLD…
-
In case a port-forward is open and for some reason, a small disconnection of network occurs, we lose the port-forward and we don't restart it, a nice to have would be to restart the port forward in ca…
-
This was discussed long ago at https://github.com/OCA/maintainer-tools/issues/381 but it seems that today the part of version bumping is solved by the bot and... well, we have a bot; so it might be a …
-
### Overview
There are cases where the Nginx deployed with GeoNode sits itself behind an HTTP proxy, and this proxy often performs the SSL termination itself.
In this cases Nginx is served over port…
-
**Describe the bug**
I am unable to execute commands in pods or use port-forwarding via Lens GUI or Lens’ integrated terminal CLI (after last update).
**To Reproduce**
Steps to reproduce the beha…
-
## Project description
**This isn't exactly like nmap**, nmap checks for which ports are closed or open but makes no distinction between ports that are closed because no application is listening on i…
-
Hi, I'm developing a watchdog script that run over my openwrt router.
The idea is simple, every x minutes I check if the wireguard connection is available and if not the script check the best server,…