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
2d420d23
Commit
2d420d23
authored
Oct 13, 2016
by
Ivan Shvedunov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix misspellings of 'Kubernetes'
parent
9b3ca2fb
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
master.yaml
cluster/gce/trusty/master.yaml
+1
-1
node.yaml
cluster/gce/trusty/node.yaml
+1
-1
util.sh
cluster/vsphere/util.sh
+1
-1
image-provenance.md
docs/proposals/image-provenance.md
+1
-1
copy.sh
staging/src/k8s.io/client-go/copy.sh
+1
-1
No files found.
cluster/gce/trusty/master.yaml
View file @
2d420d23
...
...
@@ -205,7 +205,7 @@ Content-Disposition: attachment; filename="kube-master-health-monitoring.conf"
#upstart-job
description "Kubenetes master health monitoring"
description "Kube
r
netes master health monitoring"
start on stopped kube-docker
...
...
cluster/gce/trusty/node.yaml
View file @
2d420d23
...
...
@@ -258,7 +258,7 @@ Content-Type: text/upstart-job; charset="us-ascii"
Content-Transfer-Encoding
:
7bit
Content-Disposition
:
attachment; filename="kube-node-health-monitoring.conf"
description "Kubenetes node health monitoring"
description "Kube
r
netes node health monitoring"
start on stopped kube-docker
...
...
cluster/vsphere/util.sh
View file @
2d420d23
...
...
@@ -322,7 +322,7 @@ function setup-pod-routes {
done
# identify the subnet assigned to the node by the kuberne
r
tes controller manager.
# identify the subnet assigned to the node by the kubernetes controller manager.
KUBE_NODE_BRIDGE_NETWORK
=()
for
((
i
=
0
;
i<
${#
NODE_NAMES
[@]
}
;
i++
))
;
do
printf
" finding network of cbr0 bridge on node
${
NODE_NAMES
[
$i
]
}
\n
"
...
...
docs/proposals/image-provenance.md
View file @
2d420d23
...
...
@@ -61,7 +61,7 @@ Non-goals include:
*
A third-party implementation of an image policy checker could optionally use ThirdPartyResource to store its policy.
*
Kubernetes core code dealing with concepts of image layers, build processes, source repositories, etc.
*
We expect there will be multiple PaaSes and/or de-facto programming environments, each with different takes on
these concepts. At any rate, Kuber
e
netes is not ready to be opinionated on these concepts.
these concepts. At any rate, Kubernetes is not ready to be opinionated on these concepts.
*
Sending more information than strictly needed to a third-party service.
*
Information sent by Kubernetes to a third-party service constitutes an API of Kubernetes, and we want to
avoid making these broader than necessary, as it restricts future evolution of Kubernetes, and makes
...
...
staging/src/k8s.io/client-go/copy.sh
View file @
2d420d23
...
...
@@ -71,7 +71,7 @@ ls "${CLIENT_REPO}" | { grep -v '_tmp' || true; } | xargs rm -rf
mv
"
${
CLIENT_REPO_TEMP
}
"
/
*
"
${
CLIENT_REPO
}
"
rm
-r
"
${
CLIENT_REPO_TEMP
}
"
echo
"moving vendor/k8s.io/kuber
en
tes"
echo
"moving vendor/k8s.io/kuber
ne
tes"
cp
-rn
"
${
CLIENT_REPO
}
"
/vendor/k8s.io/kubernetes/.
"
${
CLIENT_REPO
}
"
/
rm
-rf
"
${
CLIENT_REPO
}
"
/vendor/k8s.io/kubernetes
# client-go will share the vendor of the main repo for now. When client-go
...
...
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