Merge branch 'master' of github.com:kubernetes/minikube into iso-arm64
commit
429453427c
|
|
@ -18,8 +18,7 @@ jobs:
|
|||
- uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
|
||||
with:
|
||||
go-version: ${{env.GO_VERSION}}
|
||||
stable: true
|
||||
- name: Bump Kuberenetes Versions
|
||||
- name: Bump Kubernetes Versions
|
||||
id: bumpk8s
|
||||
run: |
|
||||
t=$(make update-kubernetes-version)
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ func enableAddonGCPAuth(cfg *config.ClusterConfig) error {
|
|||
}
|
||||
|
||||
if creds.JSON == nil {
|
||||
out.WarningT("You have authenticated with a service account that does not have an associated JSON. The GCP Auth requires credentials with a JSON file in order to continue. The image pull secret has been imported.")
|
||||
out.WarningT("You have authenticated with a service account that does not have an associated JSON file. The GCP Auth addon requires credentials with a JSON file in order to continue. The image pull secret has been imported.")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -328,7 +328,7 @@ func Provision(cc *config.ClusterConfig, n *config.Node, apiServer bool, delOnFa
|
|||
register.Reg.SetStep(register.StartingNode)
|
||||
name := config.MachineName(*cc, *n)
|
||||
|
||||
// for sake of trasnlation process be easy we make the code a bit more verbose and the if statements may seem unnecessary
|
||||
// Be explicit with each case for the sake of translations
|
||||
if cc.KubernetesConfig.KubernetesVersion == constants.NoKubernetesVersion {
|
||||
out.Step(style.ThumbsUp, "Starting minikube without Kubernetes {{.name}} in cluster {{.cluster}}", out.V{"name": name, "cluster": cc.Name})
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ $ curl -v localhost
|
|||
## Creating Ingress object
|
||||
|
||||
Let's create a service.
|
||||
As an example, we use `tyoe-ExternalName` to point to https://httpbin.org
|
||||
As an example, we use `type=ExternalName` to point to https://httpbin.org
|
||||
|
||||
```bash
|
||||
echo "
|
||||
|
|
|
|||
Loading…
Reference in New Issue