-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Error creating Flexvolume plugin from directory #7592
Comments
I'm trying to tackle this issue here #7545 |
At the moment the support for distros containers-friendly is broken due to this directory loaded in Calico |
Per docs/development/instancesizes.md we don't have much cpu on a 1 core machine. Note that this is only requests, not limits, so calico can still burst. At least related to issue kubernetes#7592
The upstream issue seems to be this one: https://github.com/projectcalico/pod2daemon/issues/20 Looks like it wasn't backported to calico 3.8 (yet). We may have to live with it for 1.14. |
We want to pick up projectcalico/pod2daemon#28 , to address kubernetes#7592 . This is not ideal, but looking at the commit changes the only potentially problematic change in the diff is projectcalico/pod2daemon#21 , which seems like it shouldn't cause ay skew issues.
I think we might get away with just updating the pod2daemon image, as the only significant change in between is projectcalico/pod2daemon#21 . Proposing that in #7689, though not sure whether we should do it for 1.14.0. I'm leaning yes. |
Per docs/development/instancesizes.md we don't have much cpu on a 1 core machine. Note that this is only requests, not limits, so calico can still burst. At least related to issue kubernetes#7592
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
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. |
1. What
kops
version are you running? The commandkops version
, will displaythis information.
kops 1.15.0-alpha1
2. What Kubernetes version are you running?
kubectl version
will print theversion if a cluster is running or provide the Kubernetes version specified as
a
kops
flag.1.15.3
3. What cloud provider are you using?
openstack
4. What commands did you run? What is the simplest way to reproduce this issue?
created new cluster using kops create cluster
5. What happened after the commands executed?
I see lot of spam (and it really spams a LOT) in my kube-controller-manager logs:
6. What did you expect to happen?
I expect that we do not add flexvolume things to all distros (this is needed only in coreos?). I am running debian buster
I think this issue is coming from PR #6874 @kellanburket do you have idea?
/kind bug
The text was updated successfully, but these errors were encountered: