Re: minikube and kubernetes cluster versions for integration testing

2021-03-14 Thread Attila Zsolt Piros
Thanks Shane! As I promised: - the PR about documenting the change - my Spark PR with checking Minikube versions and using a simpler way to configure kubernetes client for integration testing - the Jira

Re: minikube and kubernetes cluster versions for integration testing

2021-03-04 Thread shane knapp ☠
fwiw, upgrading minikube and the associated VM drivers is potentially a PITA. your PR will absolutely be tested before merging. :) On Thu, Mar 4, 2021 at 10:13 AM attilapiros wrote: > Thanks Shane! > > I can do the documentation task and the Minikube version check can be > incorporated into my

Re: minikube and kubernetes cluster versions for integration testing

2021-03-04 Thread attilapiros
Thanks Shane! I can do the documentation task and the Minikube version check can be incorporated into my PR. When my PR is finalized (probably next week) I will create a jira for you and you can set up the test systems and you can even test my PR before merging it. Is this possible / fine for you

Re: minikube and kubernetes cluster versions for integration testing

2021-03-03 Thread shane knapp ☠
please open a jira for this and assign it to me... shouldn't be too big of a deal to get this set up. On Tue, Mar 2, 2021 at 6:06 PM Dongjoon Hyun wrote: > Thank you for sharing and suggestion, Attila. > > Additionally, given the following information, > > - The latest Minikube is v1.18.0 with

Re: minikube and kubernetes cluster versions for integration testing

2021-03-02 Thread Dongjoon Hyun
Thank you for sharing and suggestion, Attila. Additionally, given the following information, - The latest Minikube is v1.18.0 with K8s v1.20.2 - AWS EKS will add K8s v1.20 on April, 2021 - The end of support in AWS EKS are K8s v1.15 (May 3, 2021) K8s v1.16 (July, 2021) K8s v1.17 (Sept

minikube and kubernetes cluster versions for integration testing

2021-03-02 Thread Attila Zsolt Piros
Hi All, I am working on PR to change kubernetes integration testing and use the `minikube kubectl -- config view --minify` output to build the kubernetes client config. This solution has the advantage of not using hardcoded values like 8443 for server port (which is wrong when the vm-driver is doc