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

waiting for aerospike to start on pod kubernetes-namespace-0/as-cluster-0-0 #17

Open
ghost opened this issue Feb 16, 2020 · 0 comments
Open

Comments

@ghost
Copy link

ghost commented Feb 16, 2020

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-0   2/2     Running   0          129m
as-cluster-0-1   2/2     Running   0          29m
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-0   4.2.0.10   2            133m
kubectl get asc --all-namespaces
NAMESPACE                NAME           VERSION    NODE COUNT   AGE
kubernetes-namespace-0   as-cluster-0   4.2.0.10   2            134m

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 Class Name:  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 Class Name:  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?

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

No branches or pull requests

0 participants