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

storageclass.storage.k8s.io "kafka-zookeeper-regional" not found #243

Closed
guitcastro opened this issue Jan 25, 2019 · 2 comments
Closed

storageclass.storage.k8s.io "kafka-zookeeper-regional" not found #243

guitcastro opened this issue Jan 25, 2019 · 2 comments

Comments

@guitcastro
Copy link

guitcastro commented Jan 25, 2019

I follow the readme guide to configure the KAFKA in AWS, so I Apply those two configs:

aws-storageclass-zookeeper-managed.yml
aws-storageclass-broker-gp2.yml

When I try to apply the configuration in the zookeeper folder the data-zoo pvc fail to initialize, with error storageclass.storage.k8s.io "kafka-zookeeper-regional" not found: I search in the repository for kafka-zookeeper-regional and in fact it is only defined in the configure/minikube-storageclasses.yml and configure/gke-regional-euwest1cd-zookeeper-ssd.yml which as not applied.

NAME          STATUS    VOLUME                                     CAPACITY   ACCESS MODES   STORAGECLASS               AGE
data-pzoo-0   Bound     pvc-72262760-20e4-11e9-b17e-12dcf5309eca   1Gi        RWO            kafka-zookeeper            2m
data-pzoo-1   Bound     pvc-7227d006-20e4-11e9-b17e-12dcf5309eca   1Gi        RWO            kafka-zookeeper            2m
data-pzoo-2   Bound     pvc-72293b4a-20e4-11e9-b17e-12dcf5309eca   1Gi        RWO            kafka-zookeeper            2m
data-zoo-0    Pending                                                                        kafka-zookeeper-regional   2m
data-zoo-1    Pending   

Name:          data-zoo-0
Namespace:     kafka
StorageClass:  kafka-zookeeper-regional
Status:        Pending
Volume:        
Labels:        app=zookeeper
               storage=persistent-regional
Annotations:   <none>
Finalizers:    [kubernetes.io/pvc-protection]
Capacity:      
Access Modes:  
Events:
  Type     Reason              Age                From                         Message
  ----     ------              ----               ----                         -------
  Warning  ProvisioningFailed  14s (x14 over 3m)  persistentvolume-controller  storageclass.storage.k8s.io "kafka-zookeeper-regional" not found
@solsson
Copy link
Contributor

solsson commented Jan 26, 2019

See #241, in particular #241 (comment).

Also note that aks- and aws- is very different examples.

There's nothing contributed yet that corresponds to the GKE example for regional. I can't do aks and aws because I don't have access to such clusters.

@guitcastro
Copy link
Author

Hello Solsson, thanks the aks was a typo. In fact aws does not currently have regional support so I will just remove it. Thanks

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

2 participants