Hello,
when i deploy awx-operator on K8s cluster (1 Master+ 3 Nodes) i have this issue:
{“level”:“info”,“ts”:1642466453.5412004,“logger”:“cmd”,“msg”:“Version”,“Go Version”:“go1.16.9”,“GOOS”:“linux”,“GOARCH”:“amd64”,“ansible-operator”:“v1.12.0”,“commit”:“d3b2761afdb78f629a7eaf4461b0fb8ae3b02860”}
{“level”:“info”,“ts”:1642466453.5418746,“logger”:“cmd”,“msg”:“Watching single namespace.”,“Namespace”:“awx”}
{“level”:“error”,“ts”:1642466454.546315,“logger”:“controller-runtime.manager”,“msg”:“**Failed to get API Group-Resources”,“error”:“Get "https://10.96.0.1:443/api?timeout=32s\”: dial tcp 10.96.0.1:443: connect: no route to host",“stacktrace”:“sigs.k8s.io/controller-**runtime/pkg/manager.New\n\t/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.9.2/pkg/manager/manager.go:312\ngithub.com/operator-framework/operator-sdk/internal/cmd/ansible-operator/run.run\n\t/workspace/internal/cmd/ansible-operator/run/cmd.go:191\ngithub.com/operator-framework/operator-sdk/internal/cmd/ansible-operator/run.NewCmd.func1\n\t/workspace/internal/cmd/ansible-operator/run/cmd.go:79\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.1.3/command.go:856\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.1.3/command.go:960\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.1.3/command.go:897\nmain.main\n\t/workspace/cmd/ansible-operator/main.go:40\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225”}
{“level”:“error”,“ts”:1642466454.5482223,“logger”:“cmd”,“msg”:"Failed to create a new manager.“,“Namespace”:“awx”,“error”:“Get "https://10.96.0.1:443/api?timeout=32s\”: dial tcp 10.96.0.1:443: connect: no route to host”,“stacktrace”:“github.com/operator-framework/operator-sdk/internal/cmd/ansible-operator/run.NewCmd.func1\n\t/workspace/internal/cmd/ansible-operator/run/cmd.go:79\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.1.3/command.go:856\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/cobra@v1.1.3/command.go:960\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/cobra@v1.1.3/command.go:897\nmain.main\n\t/workspace/cmd/ansible-operator/main.go:40\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225”}
Anyone have the solution for this problem ?
Thank you