Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
4d251212
Commit
4d251212
authored
Jun 16, 2015
by
Saad Ali
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9769 from brendandburns/secure
Revert the revert of
https://github.com/GoogleCloudPlatform/kubernetes/pull/9761
parents
068000a8
2c59a3c4
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
19 additions
and
11 deletions
+19
-11
config-default.sh
cluster/aws/config-default.sh
+4
-2
config-test.sh
cluster/aws/config-test.sh
+4
-2
config-default.sh
cluster/gce/config-default.sh
+4
-2
config-test.sh
cluster/gce/config-test.sh
+4
-2
helper.sh
cluster/gce/coreos/helper.sh
+1
-1
helper.sh
cluster/gce/debian/helper.sh
+1
-1
default
cluster/saltbase/salt/docker/default
+1
-1
No files found.
cluster/aws/config-default.sh
View file @
4d251212
...
...
@@ -70,8 +70,10 @@ LOGGING_DESTINATION="${KUBE_LOGGING_DESTINATION:-elasticsearch}" # options: elas
ENABLE_CLUSTER_LOGGING
=
"
${
KUBE_ENABLE_CLUSTER_LOGGING
:-
true
}
"
ELASTICSEARCH_LOGGING_REPLICAS
=
1
# Don't require https for registries in our local RFC1918 network
EXTRA_DOCKER_OPTS
=
"--insecure-registry 10.0.0.0/8"
# Optional: Don't require https for registries in our local RFC1918 network
if
[[
${
KUBE_ENABLE_INSECURE_REGISTRY
:-
false
}
==
"true"
]]
;
then
EXTRA_DOCKER_OPTS
=
"--insecure-registry 10.0.0.0/8"
fi
# Optional: Install cluster DNS.
ENABLE_CLUSTER_DNS
=
true
...
...
cluster/aws/config-test.sh
View file @
4d251212
...
...
@@ -67,8 +67,10 @@ LOGGING_DESTINATION="${KUBE_LOGGING_DESTINATION:-elasticsearch}" # options: elas
ENABLE_CLUSTER_LOGGING
=
"
${
KUBE_ENABLE_CLUSTER_LOGGING
:-
false
}
"
ELASTICSEARCH_LOGGING_REPLICAS
=
1
# Don't require https for registries in our local RFC1918 network
EXTRA_DOCKER_OPTS
=
"--insecure-registry 10.0.0.0/8"
# Optional: Don't require https for registries in our local RFC1918 network
if
[[
${
KUBE_ENABLE_INSECURE_REGISTRY
:-
false
}
==
"true"
]]
;
then
EXTRA_DOCKER_OPTS
=
"--insecure-registry 10.0.0.0/8"
fi
# Optional: Install cluster DNS.
ENABLE_CLUSTER_DNS
=
true
...
...
cluster/gce/config-default.sh
View file @
4d251212
...
...
@@ -69,8 +69,10 @@ LOGGING_DESTINATION="${KUBE_LOGGING_DESTINATION:-gcp}" # options: elasticsearch,
ENABLE_CLUSTER_LOGGING
=
"
${
KUBE_ENABLE_CLUSTER_LOGGING
:-
true
}
"
ELASTICSEARCH_LOGGING_REPLICAS
=
1
# Don't require https for registries in our local RFC1918 network
EXTRA_DOCKER_OPTS
=
"--insecure-registry 10.0.0.0/8"
# Optional: Don't require https for registries in our local RFC1918 network
if
[[
${
KUBE_ENABLE_INSECURE_REGISTRY
:-
false
}
==
"true"
]]
;
then
EXTRA_DOCKER_OPTS
=
"--insecure-registry 10.0.0.0/8"
fi
# Optional: Install cluster DNS.
ENABLE_CLUSTER_DNS
=
true
...
...
cluster/gce/config-test.sh
View file @
4d251212
...
...
@@ -67,8 +67,10 @@ LOGGING_DESTINATION="${KUBE_LOGGING_DESTINATION:-elasticsearch}" # options: elas
ENABLE_CLUSTER_LOGGING
=
"
${
KUBE_ENABLE_CLUSTER_LOGGING
:-
true
}
"
ELASTICSEARCH_LOGGING_REPLICAS
=
1
# Don't require https for registries in our local RFC1918 network
EXTRA_DOCKER_OPTS
=
"--insecure-registry 10.0.0.0/8"
# Optional: Don't require https for registries in our local RFC1918 network
if
[[
${
KUBE_ENABLE_INSECURE_REGISTRY
:-
false
}
==
"true"
]]
;
then
EXTRA_DOCKER_OPTS
=
"--insecure-registry 10.0.0.0/8"
fi
# Optional: Install cluster DNS.
ENABLE_CLUSTER_DNS
=
true
...
...
cluster/gce/coreos/helper.sh
View file @
4d251212
...
...
@@ -84,7 +84,7 @@ ADMISSION_CONTROL=$(yaml-quote ${ADMISSION_CONTROL:-})
MASTER_IP_RANGE=
$(
yaml-quote
${
MASTER_IP_RANGE
})
KUBERNETES_MASTER_NAME=
$(
yaml-quote
${
MASTER_NAME
})
ZONE=
$(
yaml-quote
${
ZONE
})
EXTRA_DOCKER_OPTS=
$(
yaml-quote
${
EXTRA_DOCKER_OPTS
})
EXTRA_DOCKER_OPTS=
$(
yaml-quote
${
EXTRA_DOCKER_OPTS
:-
})
ENABLE_DOCKER_REGISTRY_CACHE=
$(
yaml-quote
${
ENABLE_DOCKER_REGISTRY_CACHE
:-
false
})
PROJECT_ID=
$(
yaml-quote
${
PROJECT
})
KUBERNETES_CONTAINER_RUNTIME=
$(
yaml-quote
${
CONTAINER_RUNTIME
})
...
...
cluster/gce/debian/helper.sh
View file @
4d251212
...
...
@@ -70,7 +70,7 @@ EOF
cat
>>
$file
<<
EOF
KUBERNETES_MASTER: "false"
ZONE:
$(
yaml-quote
${
ZONE
})
EXTRA_DOCKER_OPTS:
$(
yaml-quote
${
EXTRA_DOCKER_OPTS
})
EXTRA_DOCKER_OPTS:
$(
yaml-quote
${
EXTRA_DOCKER_OPTS
:-
})
ENABLE_DOCKER_REGISTRY_CACHE:
$(
yaml-quote
${
ENABLE_DOCKER_REGISTRY_CACHE
:-
false
})
KUBELET_CERT:
$(
yaml-quote
${
KUBELET_CERT_BASE64
:-})
KUBELET_KEY:
$(
yaml-quote
${
KUBELET_KEY_BASE64
:-})
...
...
cluster/saltbase/salt/docker/default
View file @
4d251212
{% set docker_opts = "" -%}
{% if grains.docker_opts is defined -%}
{% if grains.docker_opts is defined
and grains.docker_opts
-%}
{% set docker_opts = grains.docker_opts -%}
{% endif -%}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment