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

External kubernetes dependencies #124

Closed
feiskyer opened this issue Mar 20, 2019 · 12 comments
Closed

External kubernetes dependencies #124

feiskyer opened this issue Mar 20, 2019 · 12 comments
Assignees
Labels
kind/design Categorizes issue or PR as related to design. kind/feature Categorizes issue or PR as related to a new feature.
Milestone

Comments

@feiskyer
Copy link
Member

feiskyer commented Mar 20, 2019

This is the meta-issue for tracking all the external dependencies, which are blockers for full standalone azure cloud provider.

cross reference KEP for out-of-tree Azure cloud provider.

API throttling

Instance metadata service could help to reduce API throttling issues, and increase the nodes initialization duration. This is especially helpful for large clusters.

But with CCM, this is not possible anymore because the above functionality has been moved to cloud controller manager. We should add this back into Kubelet.

This issue is being tracked under kubernetes/cloud-provider#30 and the KEP for supporting IMDS is kubernetes/enhancements#1158.

Credential provider

Azure credential provider is still required (set by kubelet --azure-container-registry-config)

AzureDisk and AzureFile CSI drivers

AzureDisk and AzureFile volume plugins are still in-tree, but even with --external-cloud-volume-plugin=azure configured on kube-controller-manager, AzureDisk and AzureFile are still not working. See kubernetes/kubernetes#71018 for explanations.

So to use with CCM, CSI drivers should always be used. The CSI drivers for them are tracking on the separate repos:

1. CSI on Windows (alpha in k8s v1.18) (in progress)

2. CSI Driver Migration (in-tree driver to CSI driver) (alpha in k8s v1.18) (in progress)

3. CSI drivers support on Windows

4. CSI driver integration with aks-engine (done)

@feiskyer feiskyer self-assigned this Mar 20, 2019
@feiskyer feiskyer added kind/feature Categorizes issue or PR as related to a new feature. kind/design Categorizes issue or PR as related to design. labels Mar 20, 2019
@justaugustus
Copy link
Member

/assign

@feiskyer
Copy link
Member Author

feiskyer commented Jul 5, 2019

To support production-level out-of-tree Azure cloud provider, API throttling issue is a hard-blocker. So we need a new proposal to make CCM support instance metadata (refer kubernetes/cloud-provider#30).

/milestone v1.16

@k8s-ci-robot
Copy link
Contributor

@feiskyer: The provided milestone is not valid for this repository. Milestones in this repository: [v1.14, v1.15]

Use /milestone clear to clear the milestone.

In response to this:

To support production-level out-of-tree Azure cloud provider, API throttling issue is a hard-blocker. So we need a new proposal to make CCM support instance metadata (refer kubernetes/cloud-provider#30).

/milestone v1.16

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@feiskyer feiskyer added this to the v1.16 milestone Jul 5, 2019
@feiskyer feiskyer modified the milestones: v1.16, v1.17 Sep 4, 2019
@feiskyer
Copy link
Member Author

feiskyer commented Nov 17, 2019

Status update:

@justaugustus justaugustus modified the milestones: v1.17, v1.18 Dec 4, 2019
@craiglpeters
Copy link

kubernetes/enhancements#1406 is the new KEP for Credential Provider Extraction

@craiglpeters
Copy link

/milestone clear
/milestone v1.19

@k8s-ci-robot k8s-ci-robot removed this from the v1.18 milestone May 5, 2020
@craiglpeters
Copy link

/milestone v1.19

@k8s-ci-robot k8s-ci-robot added this to the v1.19 milestone May 5, 2020
@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Aug 3, 2020
@feiskyer feiskyer removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Aug 3, 2020
@craiglpeters
Copy link

/milestone clear

@k8s-ci-robot k8s-ci-robot removed this from the v1.19 milestone Aug 25, 2020
@craiglpeters
Copy link

/milestone v1.20

@k8s-ci-robot k8s-ci-robot added this to the v1.20 milestone Aug 25, 2020
@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Nov 23, 2020
@feiskyer feiskyer removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Nov 23, 2020
@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 21, 2021
@feiskyer feiskyer removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 22, 2021
@feiskyer feiskyer closed this as completed Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/design Categorizes issue or PR as related to design. kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

5 participants