Skip to content

Commit

Permalink
kind context is switched to cluster $KIND_CLUSTER_NAME
Browse files Browse the repository at this point in the history
Signed-off-by: lrangine <[email protected]>
  • Loading branch information
lokeshrangineni committed Nov 14, 2024
1 parent 0d9a211 commit b11b121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/feast-operator/test/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func LoadImageToKindClusterWithName(name string) error {
if v, ok := os.LookupEnv("KIND_CLUSTER"); ok {
cluster = v
}
fmt.Println("kind cluster name in the tests is - ",cluster)
fmt.Println("cluster used in the test is -", cluster)
kindOptions := []string{"load", "docker-image", name, "--name", cluster}
cmd := exec.Command("kind", kindOptions...)
_, err := Run(cmd)
Expand Down

0 comments on commit b11b121

Please sign in to comment.