Closed
Description
So I followed the guide for deploying ArangoDB in the OpenShift Cluster. The CRD
and the arango-deployment-operator
has been created. When I ran the single-server
deployment command, nothing happened in the cluster. But the CLI
on the terminal shows its created.
Upon running the kubectl describe ArangoDeployment single-server
command, it gives me the below output.
Name: single-server
Namespace: data-fabric
Labels: <none>
Annotations: kubectl.kubernetes.io/last-applied-configuration={"apiVersion":"database.arangodb.com/v1alpha","kind":"ArangoDeployment","metadata":{"annotations":{},"name":"single-server","namespace":"data-fabric"},...
API Version: database.arangodb.com/v1alpha
Kind: ArangoDeployment
Metadata:
Cluster Name:
Creation Timestamp: 2018-04-27T05:33:06Z
Deletion Grace Period Seconds: <nil>
Deletion Timestamp: <nil>
Resource Version: 73456034
Self Link: /apis/database.arangodb.com/v1alpha/namespaces/data-fabric/arangodeployments/single-server
UID: 76a59a8a-49dc-11e8-b98d-fa163e3d2f07
Spec:
Mode: Single
Events: <none>
followed by running the below command
kubectl get pods --selector=arango_deployment=single-server
gives No Resources found
. Because nothing is created. Also interestingly the logs from the arango-deployment-operator
prints the following as attached in the below log file.
arango-deployment-operator-1812060196-27kbj.log
version:
OpenShift: 3.7
Kubernetes: 1.7
Metadata
Assignees
Labels
No labels
Activity