Skip to content

param behave as kubelet's pod-infra-container-image  #473

Closed
@wangweihong

Description

@wangweihong

When i used kubectl create pod ,always fail for

image pull failed for gcr.io/google_containers/pause-amd64:3.0

, I found a solution from 26873 , It need to change kubelet's pod-infra-container-image parameter .
Is minikube has param behave as kubelete's pod-infra-container-image parameter ?

Activity

dlorenc

dlorenc commented on Aug 11, 2016

@dlorenc
Contributor

Hey,

Thanks for the report. To support this we'd need to add a flag or config setting that gets passed into localkube, and change localkube to support this flag.

added
kind/featureCategorizes issue or PR as related to a new feature.
on Aug 11, 2016
dlorenc

dlorenc commented on Aug 11, 2016

@dlorenc
Contributor

We'll consolidate this into the bigger issue of running minikube without internet access: #391

pmatety

pmatety commented on May 2, 2017

@pmatety

Got it, i was able to pass --extra-config=kubelet.PodInfraContainerImage, but i still have another problem, kubectl run is trying to pull the image from docker hub, not using my local downloaded image. Created this kubernetes/kubernetes#45226

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureCategorizes issue or PR as related to a new feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @dlorenc@wangweihong@pmatety

        Issue actions

          param behave as kubelet's pod-infra-container-image · Issue #473 · kubernetes/minikube