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

Heptio Auth configuration #321

Merged
merged 1 commit into from
Jun 20, 2018
Merged

Heptio Auth configuration #321

merged 1 commit into from
Jun 20, 2018

Conversation

naumvd95
Copy link
Contributor

@naumvd95 naumvd95 commented Jun 18, 2018

Kqueen-aws-heptio, Issue in official python k8s-client :
kubernetes-client/python#514
imo it useless to do hardcode (bash scripts/get token inside docker, override k8s-config on the fly) without 'I_WANT_IT_NOW' request?
if we dont hurry, we may wait due issue-resolving
full topic - kubernetes/kubernetes#62185

'number': True
}
},
# 'node_count': {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also suggest to here add link to the issue, that we are waiting to be resolved

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems there are no link, we have not got api support of cluster resizing

# TODO define , do we need to use user Arn or Cluster Arn
# self.cluster.kubeconfig["users"][0]["user"]["exec"]["args"][4] = cluster['cluster']['roleArn']
# self.cluster.kubeconfig["users"][0]["user"]["exec"]["args"][4] = cluster['cluster']['arn']
# self.cluster.kubeconfig['users'][0]['user']['exec']['args'][4] = cluster['cluster']['roleArn']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and here at TODO

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

entrypoint.sh Outdated
chmod +x ./heptio-authenticator-aws
mkdir -p $HOME/bin
cp ./heptio-authenticator-aws $HOME/bin/heptio-authenticator-aws && export PATH=$HOME/bin:$PATH
echo 'export PATH=$HOME/bin:$PATH' >> ~/.bashrc
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to install aws dependencies in a separate file, so if some fail occurred, exporting variables will work, what do you think?

docs/kqueen.rst Outdated
@@ -436,6 +444,13 @@ Provision a Kubernetes cluster using Amazon Elastic Kubernetes Service
#. Click ``Submit``.
#. To track the cluster status, navigate to the KQueen main dashboard.

.. note::

Currently Kqueen does not support Kubernetes workers-management due Amazon EKS API restrictions,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently, KQueen does not support Kubernetes workers-management because of the Amazon EKS API restrictions. To cover the Kubernetes workers use cases, see Getting started with Amazon EKS <https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html>_

}
},
# 'node_count': {
# TODO currently unsupported due EKS API restrictions

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mikezuniga mikezuniga self-requested a review June 19, 2018 15:37
Copy link

@mikezuniga mikezuniga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works for me

@naumvd95 naumvd95 force-pushed the kqueen-eks branch 4 times, most recently from ae11810 to dde6eca Compare June 20, 2018 11:39
@naumvd95 naumvd95 merged commit 0c0df12 into aws-eks Jun 20, 2018
@ekhomyakova ekhomyakova deleted the kqueen-eks branch June 26, 2018 09:54
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

Successfully merging this pull request may close these issues.

4 participants