Hi,
I tried deploy an ECK in GKE in nemespace I created
and what I got:
kubectl apply -f https://download.elastic.co/downloads/eck/2.2.0/operator.yaml -n ns2
W0612 12:52:31.559080 1136 gcp.go:120] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.25+; use gcloud instead.
To learn more, consult Kubectl auth changes in GKE v1.25 : gke-gcloud-auth-plugin | Google Cloud Blog
namespace/elastic-system created
clusterrole.rbac.authorization.k8s.io/elastic-operator created
clusterrole.rbac.authorization.k8s.io/elastic-operator-view created
clusterrole.rbac.authorization.k8s.io/elastic-operator-edit created
clusterrolebinding.rbac.authorization.k8s.io/elastic-operator created
validatingwebhookconfiguration.admissionregistration.k8s.io/elastic-webhook.k8s.elastic.co created
the namespace from the provided object "elastic-system" does not match the namespace "ns2". You must pass '--namespace=elastic-system' to perform this operation.
the namespace from the provided object "elastic-system" does not match the namespace "ns2". You must pass '--namespace=elastic-system' to perform this operation.
the namespace from the provided object "elastic-system" does not match the namespace "ns2". You must pass '--namespace=elastic-system' to perform this operation.
the namespace from the provided object "elastic-system" does not match the namespace "ns2". You must pass '--namespace=elastic-system' to perform this operation.
the namespace from the provided object "elastic-system" does not match the namespace "ns2". You must pass '--namespace=elastic-system' to perform this operation.
If you can help me-
Ill be happy.
thanks