Ref: https://github.com/harvester/harvester/issues/1722
Verify Items
- VIP should be accessible when VLAN enabled on management port
Case: Single Node enables VLAN on management port
- Install Harvester with single node
- Login to dashboard then navigate to Settings
- Edit vlan to enable VLAN on
harvester-mgmt
- reboot the node
- after reboot, login to console
- Run the command should not contain any output
sudo -s
kubectl get pods -A --template '{{range .items}}{{.metadata.name}}{{"\n"}}{{end}}' | grep harvester-network-controller-manager | xargs kubectl logs -n harvester-system | grep "Failed to update lock"
- Repeat step 4-6 with 10 times, should not have any error