Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ARM
k8s
Kured
Commits
bc3f28d1
Commit
bc3f28d1
authored
Jun 05, 2018
by
Adam Harrison
Browse files
Move deployment manifest to apps/v1
parent
826fcd29
Changes
1
Hide whitespace changes
Inline
Side-by-side
kured-ds.yaml
View file @
bc3f28d1
...
...
@@ -5,12 +5,17 @@ metadata:
name
:
kured
namespace
:
kube-system
---
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
DaemonSet
metadata
:
name
:
kured
# Must match `--ds-name`
namespace
:
kube-system
# Must match `--ds-namespace`
spec
:
selector
:
matchLabels
:
name
:
kured
updateStrategy
:
type
:
RollingUpdate
template
:
metadata
:
labels
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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