-
Howdy! I'm not sure where to raise this but your Caddy charts don't immediately support configuring the service as a node port. Yes you can set the service type, but it doesn't have configurations for…
-
nfproxy doesn't fully implement NodePort-specific behavior. Missing are:
* Handling externalTrafficPolicy=Local
* SNATing all traffic without externalTrafficPolicy=Local (otherwise we do DSR which…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
#### assume a plugin like below
```
--schema.lua
return {
name = "myheader",
…
-
(Found on SaaS yipee: staging2)
Supplying an empty Node port in a service port where the service is of type LoadBalancer or likely NodePort generates a "Teapot" error in the backend. This is because …
-
Hello,
I'm using the RabbiMQ operator to running RabbitMQ on the Kubernetes cluster.
This is my definition.yaml:
```
apiVersion: rabbitmq.com/v1beta1
kind: RabbitmqCluster
metadata:
name: rab…
-
At this [point](https://youtu.be/HGu9sgoHaJ0?t=2753) in the video, while chekcing if the app works when the service is exposed as Nodeport, the app does not work. All the inbound and outbound rules ar…
-
**Describe the bug**
When server side diff and server side apply are turned on manifest diffs are not always detected and applied.
**To Reproduce**
See files at bottom
**Expected behavior*…
-
### What Happened?
In an Undertow web server, I deployed a simple HTTP listener which just returns a text to the caller. I'm running this server in a Minikube pod. I've created the associated deplo…
-
I have Configured Rancher's UI inside a K8s Cluster and have connected 3 other clusters to it. I went over the Documentation as well as issues and wasn't able to find a solution to this.
What I am …
-
(Found on SaaS yipee: staging2)
Supplying an empty Node port in a service port where the service is of type LoadBalancer or likely NodePort generates a "Teapot" error in the backend. This is because …