purple-dream-76106
09/16/2022, 2:46 PMapiVersion: <http://k3d.io/v1alpha4|k3d.io/v1alpha4>
kind: Simple
metadata:
name: test
servers: 1
agents: 2
kubeAPI:
host: localhost
hostIP: 0.0.0.0
hostPort: "6443"
volumes:
- volume: /tmp:/tmp/host
nodeFilters:
- all
ports:
- port: 0.0.0.0:8080:80
nodeFilters:
- loadbalancer
- port: 0.0.0.0:8443:443
nodeFilters:
- loadbalancer
options:
k3d:
wait: true
timeout: "150s"
disableImageVolume: false
disableLoadbalancer: false
disableRollback: false
k3s:
extraArgs:
- arg: --tls-san=127.0.0.1
nodeFilters:
- server:*
kubeconfig:
updateDefaultKubeconfig: true
switchCurrentContext: true
I have installed Neuvector with helm
NAMESPACE="neuvector"
helm upgrade neuvector neuvector/core -n ${NAMESPACE} \
--install \
--create-namespace \
--set k3s.enabled=true \
--set manager.svc.type="ClusterIP"
It is up and running, but I am not able to get the UI of the management pod. Not with a port forward and not on the service. Any help would be appreciated. Thanks!bulky-sunset-52084
09/16/2022, 4:30 PMpurple-dream-76106
09/16/2022, 4:42 PM