You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to set up the Aerospike operator in the OpenStack cluster (1 master and 2 worker nodes). The volume mount directory is set to /mnt/disks in both of the worker nodes.
This is what I have currently in my set up sp far.
kubectl -n kubernetes-namespace-0 get pod
NAME READY STATUS RESTARTS AGE
as-cluster-0-02/2 Running 0129m
as-cluster-0-12/2 Running 029m
kubectl -n kubernetes-namespace-0 get svc
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
as-cluster-0 ClusterIP None <none>3000/TCP,3002/TCP,9145/TCP 132m
kubectl -n kubernetes-namespace-0 get aerospikeclusters
NAME VERSION NODE COUNT AGE
as-cluster-04.2.0.102133m
kubectl get asc --all-namespaces
NAMESPACE NAME VERSION NODE COUNT AGE
kubernetes-namespace-0 as-cluster-04.2.0.102134m
But on running the following command, under the events, the messages say waiting for aerospike to start on pod kubernetes-namespace-0/as-cluster-0-0
kubectl -n kubernetes-namespace-0 describe aerospikecluster as-cluster-0
Name: as-cluster-0
Namespace: kubernetes-namespace-0
Labels: <none>
Annotations: <none>
API Version: aerospike.travelaudience.com/v1alpha2
Kind: AerospikeCluster
Metadata:
Creation Timestamp: 2020-02-16T13:40:23Z
Generation: 1
Resource Version: 9044499
Self Link: /apis/aerospike.travelaudience.com/v1alpha2/namespaces/kubernetes-namespace-0/aerospikeclusters/as-cluster-0
UID: e1f521d8-50c1-11ea-94c5-fa163ecb54fe
Spec:
Namespaces:
Default TTL: 0s
Memory Size: 1G
Name: as-namespace-0
Replication Factor: 2
Storage:
Size: 49G
Storage ClassName: ssdaero
Type: file
Node Count: 2
Version: 4.2.0.10
Status:
Conditions: <nil>
Namespaces:
Default TTL: 0s
Memory Size: 1G
Name: as-namespace-0
Replication Factor: 2
Storage:
Size: 49G
Storage ClassName: ssdaero
Type: file
Node Count: 2
Version: 4.2.0.10
Events:
Type Reason Age From Message
-------------------------
Normal NodeStarting 36m (x49 over 132m) aerospikecluster waiting for aerospike to start on pod kubernetes-namespace-0/as-cluster-0-0
Normal NodeStarting 26m (x4 over 32m) aerospikecluster waiting for aerospike to start on pod kubernetes-namespace-0/as-cluster-0-1
Is that some inconsistency issue or something that is missing in the setup?
The text was updated successfully, but these errors were encountered:
I have been trying to set up the Aerospike operator in the OpenStack cluster (1 master and 2 worker nodes). The volume mount directory is set to /mnt/disks in both of the worker nodes.
This is what I have currently in my set up sp far.
But on running the following command, under the events, the messages say waiting for aerospike to start on pod kubernetes-namespace-0/as-cluster-0-0
Is that some inconsistency issue or something that is missing in the setup?
The text was updated successfully, but these errors were encountered: