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
4f3c89ce
Commit
4f3c89ce
authored
Feb 16, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #21132 from petermd/kubeaddon-api-status
Auto commit by PR queue bot
parents
6e2e3986
4d4f1c64
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
kube-addon-update.sh
cluster/saltbase/salt/kube-addons/kube-addon-update.sh
+6
-0
No files found.
cluster/saltbase/salt/kube-addons/kube-addon-update.sh
View file @
4f3c89ce
...
...
@@ -349,6 +349,12 @@ function match-objects() {
new_files
=
""
addon_nsnames_on_server
=
$(
get-addon-nsnames-from-server
"
${
obj_type
}
"
)
# if the api server is unavailable then abandon the update for this cycle
if
[[
$?
-ne
0
]]
;
then
log ERR
"unable to query
${
obj_type
}
- exiting"
exit
1
fi
addon_paths_in_files
=
$(
get-addon-paths-from-disk
"
${
addon_dir
}
"
"
${
obj_type
}
"
)
log DB2
"addon_nsnames_on_server=
${
addon_nsnames_on_server
}
"
...
...
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