jeanclei

Results 5 comments of jeanclei

@jpetazzo , @fserve I thoroughly tested the Ingress Controller nginx functionality with metallb, I put the master's public IP to the internet, and what happens is that when I access...

I'm thinking of adding a network load balancing that is also free, so that the master doesn't have the public IP so exposed.

Isso é realmente fantástico, estou testando.. só tem um detalhe, estamos tendo um warning para um recurso obsoleto: kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.11.0/manifests/metallb.yaml **Warning: policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable...

I used this solution but with this detail in the last line to expose the Ingress Controller on the external IP of the master node: ``` apiVersion: v1 #this entire...

Hello, I opened a new pull request containing changes in cloudinit so that when deploying the cluster, it already contains all the ingress controller and longhorn configuration suggested by @fserve...