[GitHub] [cloudstack-kubernetes-provider] joschi36 commented on pull request #25: use non-root container

2021-04-20 Thread GitBox
joschi36 commented on pull request #25: URL: https://github.com/apache/cloudstack-kubernetes-provider/pull/25#issuecomment-823037631 > I'd prefer to use a scratch image if possible. That's the most secure imo @davidjumani We used alpine as we need ca-certificates. But I can have a l

[GitHub] [cloudstack-kubernetes-provider] davidjumani commented on pull request #25: use non-root container

2021-04-20 Thread GitBox
davidjumani commented on pull request #25: URL: https://github.com/apache/cloudstack-kubernetes-provider/pull/25#issuecomment-823039778 @joschi36 Sounds good. That's the way we create scratch images with certs in our deployments. Let me know if I can help with anything -- This is an aut

Re: [VOTE] New life to Terraform Provider CloudStack with Apache CloudStack project

2021-04-20 Thread Boris Stoyanov
+1 (binding) On 15.04.21, 12:06, "Rohit Yadav" wrote: Hi All, Following the discussion thread on Terraform [1], I would like to start a vote to gather consensus on the following actions: 1. Create a new "cloudstack-terraform-provider" repository based on Apache Licence v2.0

[GitHub] [cloudstack-kubernetes-provider] joschi36 commented on pull request #25: use non-root container

2021-04-20 Thread GitBox
joschi36 commented on pull request #25: URL: https://github.com/apache/cloudstack-kubernetes-provider/pull/25#issuecomment-823066822 Hi @davidjumani I just created the container from scratch, but when starting it fails at creating a self-signed cert. Maybe you have an idea? ``` I

[GitHub] [cloudstack-kubernetes-provider] joschi36 commented on pull request #24: Changing beta labels to updated ones

2021-04-20 Thread GitBox
joschi36 commented on pull request #24: URL: https://github.com/apache/cloudstack-kubernetes-provider/pull/24#issuecomment-823079510 LGTM -- 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 spe

[GitHub] [cloudstack-kubernetes-provider] rhtyd closed issue #13: Update to new node labels for Kubernetes 1.16

2021-04-20 Thread GitBox
rhtyd closed issue #13: URL: https://github.com/apache/cloudstack-kubernetes-provider/issues/13 -- 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 ser

[GitHub] [cloudstack-kubernetes-provider] rhtyd merged pull request #24: Changing beta labels to updated ones

2021-04-20 Thread GitBox
rhtyd merged pull request #24: URL: https://github.com/apache/cloudstack-kubernetes-provider/pull/24 -- 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 thi

Re: [VOTE] New life to Terraform Provider CloudStack with Apache CloudStack project

2021-04-20 Thread Rohit Yadav
Hi Rene, Thanks for replying and confirming your vote a non-binding. The speed and cadence around releases may be slow which depends on how much bandwidth contributors have; mere lack of release shouldn't be interpreted as the project or sub-project become a graveyard. The CloudStack Kubernetes

[GitHub] [cloudstack-kubernetes-provider] davidjumani commented on pull request #25: use non-root container

2021-04-20 Thread GitBox
davidjumani commented on pull request #25: URL: https://github.com/apache/cloudstack-kubernetes-provider/pull/25#issuecomment-823148788 @joschi36 Can try distroless instead which works fine and makes life easier https://github.com/GoogleContainerTools/distroless/blob/main/base/README.md

Re: [VOTE] New life to Terraform Provider CloudStack with Apache CloudStack project

2021-04-20 Thread Nicolas Vazquez
+1 Regards, Nicolas Vazquez From: Rohit Yadav Sent: Thursday, April 15, 2021 6:05 AM To: dev@cloudstack.apache.org ; priv...@cloudstack.apache.org Cc: us...@cloudstack.apache.org Subject: [VOTE] New life to Terraform Provider CloudStack with Apache CloudSta

[GitHub] [cloudstack-documentation] DaanHoogland commented on a change in pull request #208: Added workaround for vm name sequence error

2021-04-20 Thread GitBox
DaanHoogland commented on a change in pull request #208: URL: https://github.com/apache/cloudstack-documentation/pull/208#discussion_r616611727 ## File path: source/installguide/hypervisor/vsphere.rst ## @@ -51,6 +51,17 @@ Software requirements: Apply All Necessary Hotfixe

[GitHub] [cloudstack-documentation] shwstppr commented on pull request #209: Optional deploy-as-is

2021-04-20 Thread GitBox
shwstppr commented on pull request #209: URL: https://github.com/apache/cloudstack-documentation/pull/209#issuecomment-823213271 @blueorangutan docbuild -- 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 t

[GitHub] [cloudstack-documentation] shwstppr commented on pull request #208: Added workaround for vm name sequence error

2021-04-20 Thread GitBox
shwstppr commented on pull request #208: URL: https://github.com/apache/cloudstack-documentation/pull/208#issuecomment-823213405 @blueorangutan docbuild -- 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 t

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #209: Optional deploy-as-is

2021-04-20 Thread GitBox
blueorangutan commented on pull request #209: URL: https://github.com/apache/cloudstack-documentation/pull/209#issuecomment-823213527 @shwstppr a Jenkins job has been kicked to build the document. I'll keep you posted as I make progress. -- This is an automated message from the Apache G

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #209: Optional deploy-as-is

2021-04-20 Thread GitBox
blueorangutan commented on pull request #209: URL: https://github.com/apache/cloudstack-documentation/pull/209#issuecomment-823214042 Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/209. (SL-JID 44) -- This is an automated message from the Apache Git Service. To respo

Interview with Gabriel Brascher - CloudStack VP

2021-04-20 Thread Ivet Petrova
Hello all, I am very happy to share an interview with Gabriel, the new VP of CloudStack. In this short interview Gabriel shares more on his new role, how can we all help and contribute to grow our community and how he started his journey with CloudStack. Thanks Gabriel for sharing this inspiring

[GitHub] [cloudstack-kubernetes-provider] joschi36 commented on pull request #25: use non-root container

2021-04-20 Thread GitBox
joschi36 commented on pull request #25: URL: https://github.com/apache/cloudstack-kubernetes-provider/pull/25#issuecomment-823264027 @davidjumani You are totally right. Forgot distroless :sweat_smile: I have updated the Dockerfile with `distroless/static:nonroot` and tested it in o

[GitHub] [cloudstack-kubernetes-provider] joschi36 commented on issue #2: [OLD] Changing from TCP to TCP Proxy doesn't work

2021-04-20 Thread GitBox
joschi36 commented on issue #2: URL: https://github.com/apache/cloudstack-kubernetes-provider/issues/2#issuecomment-823309748 No, this is still an issue. I've just verified: ` Warning SyncLoadBalancerFailed 9s (x2 over 15s) service-controller Error syncing load balancer: failed to