Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to create zookeeper cluster resources via exporter binary #209

Closed
anishakj opened this issue Jun 23, 2020 · 0 comments · Fixed by #210
Closed

Not able to create zookeeper cluster resources via exporter binary #209

anishakj opened this issue Jun 23, 2020 · 0 comments · Fixed by #210
Assignees

Comments

@anishakj
Copy link
Contributor

Description

git clone zookeeper-operator, Create exporter binary using make build-go.
Create the manifest file for zookeepercluster using below command, after going to zookeeper-operator/charts location.
helm template zk ./zookeeper > tmp
Copy the contents from the tmp for resource apiVersion: "zookeeper.pravega.io/v1beta1" kind: "ZookeeperCluster" to ZookeeperCluster.yaml
Go to bin folder and execute ./zookeeper-exporter-linux-amd64 -i ZoookeeperCluster.yaml -o .
Now try to create the resources using kubectl create -f client/Service.yaml, But the service is not getting created.

Importance

Nice to have

Location

zookeepercluster_controller.go
generators.go

Suggestions for an improvement

Remove the owner references for resources created by exporter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant