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
5b92ee21
Commit
5b92ee21
authored
Jul 13, 2016
by
k8s-merge-robot
Committed by
GitHub
Jul 13, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #28823 from zenly/master
Automatic merge from submit-queue ConfigMap added to kube addon manager fixes #28775
parents
6b6141f8
2a589b09
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
README.md
cluster/addons/addon-manager/README.md
+2
-1
kube-addon-update.sh
cluster/addons/addon-manager/kube-addon-update.sh
+1
-0
No files found.
cluster/addons/addon-manager/README.md
View file @
5b92ee21
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
The
`addon-manager`
periodically checks for Kubernetes manifest changes in the
`/etc/kubernetes/addons`
directory,
The
`addon-manager`
periodically checks for Kubernetes manifest changes in the
`/etc/kubernetes/addons`
directory,
and when there's a new or changed addon, the
`addon-manager`
automatically
`kubectl create`
s it.
and when there's a new or changed addon, the
`addon-manager`
automatically
`kubectl create`
s it.
It supports
`ReplicationControllers`
,
`Deployments`
,
`DaemonSets`
,
`Services`
,
`PersistentVolumes`
and
`PersistentVolumeClaims`
.
It supports
`ReplicationControllers`
,
`Deployments`
,
`DaemonSets`
,
`ConfigMaps`
,
`Services`
,
`PersistentVolumes`
and
`PersistentVolumeClaims`
.
The
`addon-manager`
is built for multiple architectures.
The
`addon-manager`
is built for multiple architectures.
...
...
cluster/addons/addon-manager/kube-addon-update.sh
View file @
5b92ee21
...
@@ -489,6 +489,7 @@ function update-addons() {
...
@@ -489,6 +489,7 @@ function update-addons() {
reconcile-objects
${
addon_path
}
Service
""
&
reconcile-objects
${
addon_path
}
Service
""
&
reconcile-objects
${
addon_path
}
PersistentVolume
""
&
reconcile-objects
${
addon_path
}
PersistentVolume
""
&
reconcile-objects
${
addon_path
}
PersistentVolumeClaim
""
&
reconcile-objects
${
addon_path
}
PersistentVolumeClaim
""
&
reconcile-objects
${
addon_path
}
ConfigMap
""
&
wait-for-jobs
wait-for-jobs
if
[[
$?
-eq
0
]]
;
then
if
[[
$?
-eq
0
]]
;
then
...
...
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