1. 16 5月, 2019 6 次提交
  2. 15 5月, 2019 17 次提交
  3. 14 5月, 2019 9 次提交
  4. 12 5月, 2019 1 次提交
  5. 10 5月, 2019 2 次提交
  6. 09 5月, 2019 1 次提交
  7. 08 5月, 2019 4 次提交
    • H
      Updated the test case · 64f990ce
      Himanshu Pandey 提交于
      64f990ce
    • Z
      Fix registry addon ReplicationController template · 40da5023
      Zoran Regvart 提交于
      Running the `minikube addons enable registry` yields `registry was successfully enabled` but no `registry` Pod ends up being run.
      
      I've narrowed it down to this `env` entry not being quoted.
      
      Logs from `kube-addon-manager-minikube` Pod show this error:
      
      ```
      Error from server (BadRequest): error when creating "/etc/kubernetes/addons/registry-rc.yaml": ReplicationController in version "v1" cannot be handled as a ReplicationController: v1.ReplicationController.Spec: v1.ReplicationControllerSpec.Template: v1.PodTemplateSpec.Spec: v1.PodSpec.Containers: []v1.Container: v1.Container.Env: []v1.EnvVar: v1.EnvVar.Value: ReadString: expects " or n, but found t, error found in #10 byte of ...|,"value":true}],"ima|..., bigger context ...|"name":"REGISTRY_STORAGE_DELETE_ENABLED","value":true}],"image":"registry.hub.docker.com/library/reg|...
      ```
      40da5023
    • K
      Merge pull request #4162 from tstromberg/shorter-prefixes · 2cd5336f
      Kubernetes Prow Robot 提交于
      Standardize ASCII prefix for info, warning, and error messages
      2cd5336f
    • T
      Merge pull request #4216 from medyagh/4214_replace_sed · b936caf7
      Thomas Strömberg 提交于
      Replace ARCH sed macros with Go templates
      b936caf7