fix: align volume name in deploy-e2e-headlamp.sh #64
Reference in New Issue
Block a user
Delete Branch "hugh/kube-vip-e2e-final"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Volume name mismatch between the ConfigMap and volume references in the Kubernetes manifest. The ConfigMap is named
headlamp-kube-vip-pluginbut the volumenamewasheadlamp-kube-vip, causing plugin mount failures.Changes
Changed
volumes[*].nameandvolumeMounts[*].namefromheadlamp-kube-viptoheadlamp-kube-vip-pluginto match the ConfigMap name.Testing
Local
kubectl applywith corrected manifest succeeds — deployment mounts the plugin ConfigMap correctly.Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
Closing — superseded by PR #66 which is a clean branch from main without merge conflicts.
Pull request closed