You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2020/03/04 15:04:38 UTC

[GitHub] [openwhisk-deploy-kube] buggtb opened a new pull request #589: Update k8s-aws.md

buggtb opened a new pull request #589: Update k8s-aws.md
URL: https://github.com/apache/openwhisk-deploy-kube/pull/589
 
 
   Since EKS 1.11 which is the oldest you can deploy there has been support for default storageclasses (https://docs.aws.amazon.com/eks/latest/userguide/storage-classes.html)
   As such I propose we remove the stuff about PVCs because with it enabled it allocates volumes just fine.
   
   ```
   MT-109900:openwhisk-deploy-kube barber$ kubectl -n openwhisk get pvc
   NAME                                            STATUS   VOLUME                                     CAPACITY   ACCESS MODES   STORAGECLASS   AGE
   owdev-alarmprovider-pvc                         Bound    pvc-ec746f3d-5e28-11ea-84b0-0241f8e4fa45   1Gi        RWO            gp2            92s
   owdev-cloudantprovider-pvc                      Bound    pvc-ec746f60-5e28-11ea-84b0-0241f8e4fa45   1Gi        RWO            gp2            92s
   owdev-kafka-pvc-owdev-kafka-0                   Bound    pvc-ec86d87f-5e28-11ea-bbc7-12b20bb5dcf3   1Gi        RWO            gp2            92s
   owdev-kafka-pvc-owdev-kafka-1                   Bound    pvc-ec8ef2da-5e28-11ea-bbc7-12b20bb5dcf3   1Gi        RWO            gp2            92s
   owdev-kafka-pvc-owdev-kafka-2                   Bound    pvc-ec93eb7f-5e28-11ea-bbc7-12b20bb5dcf3   1Gi        RWO            gp2            92s
   owdev-redis-pvc                                 Bound    pvc-ec746f1c-5e28-11ea-84b0-0241f8e4fa45   1Gi        RWO            gp2            92s
   owdev-zookeeper-pvc-data-owdev-zookeeper-0      Bound    pvc-ec999050-5e28-11ea-bbc7-12b20bb5dcf3   1Gi        RWO            gp2            92s
   owdev-zookeeper-pvc-data-owdev-zookeeper-1      Bound    pvc-ec9dab99-5e28-11ea-bbc7-12b20bb5dcf3   1Gi        RWO            gp2            92s
   owdev-zookeeper-pvc-data-owdev-zookeeper-2      Bound    pvc-eca29169-5e28-11ea-bbc7-12b20bb5dcf3   1Gi        RWO            gp2            91s
   owdev-zookeeper-pvc-datalog-owdev-zookeeper-0   Bound    pvc-ec9ac155-5e28-11ea-bbc7-12b20bb5dcf3   1Gi        RWO            gp2            92s
   owdev-zookeeper-pvc-datalog-owdev-zookeeper-1   Bound    pvc-ec9effad-5e28-11ea-bbc7-12b20bb5dcf3   1Gi        RWO            gp2            92s
   owdev-zookeeper-pvc-datalog-owdev-zookeeper-2   Bound    pvc-eca39c36-5e28-11ea-bbc7-12b20bb5dcf3   1Gi        RWO            gp2            91s
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [openwhisk-deploy-kube] dgrove-oss merged pull request #589: Update k8s-aws.md

Posted by GitBox <gi...@apache.org>.
dgrove-oss merged pull request #589: Update k8s-aws.md
URL: https://github.com/apache/openwhisk-deploy-kube/pull/589
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services