cablelabs / snaps-kubernetes

Installation tool to install Kubernetes on a Linux servers
Apache License 2.0
21 stars 7 forks source link

Fixes for installing on nodes imaged by snaps-boot behind a proxy #246

Closed spisarski closed 5 years ago

spisarski commented 5 years ago

What does this PR do?

Fixes #245 Sort of It begins to address the problems outlined in #245 but is really meant to address issues elsewhere driving from installation of snaps-kubernetes on nodes imaged by snaps-boot behind an http proxy

Do you have any concerns with this PR?

It still does not fully address why nodes with 2 configured EC2 network interfaces continually fails to deploy properly; however, the existing use cases and the ones required by this fix work fine. The kubernetes.api_server optional config is really unclear as the value required by k8s appears to be the IP of the last NIC which is really strange but I'm going with it for now.

How can the reviewer verify this PR?

run ci

Any background context you want to provide?

Screenshots or logs (if appropriate)

Questions: