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
72db55eb
Commit
72db55eb
authored
Oct 30, 2015
by
nikhiljindal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing how to enable daemonsets
parent
a9534bfd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
daemons.md
docs/admin/daemons.md
+4
-2
No files found.
docs/admin/daemons.md
View file @
72db55eb
...
@@ -211,11 +211,13 @@ all or certain hosts, and when it needs to start before other pods.
...
@@ -211,11 +211,13 @@ all or certain hosts, and when it needs to start before other pods.
DaemonSet objects are in the
[
`extensions` API Group
](
../api.md#api-groups
)
.
DaemonSet objects are in the
[
`extensions` API Group
](
../api.md#api-groups
)
.
DaemonSet is not enabled by default. Enable it by setting
DaemonSet is not enabled by default. Enable it by setting
`--runtime-config=extensions/v1beta1/daemonset`
on the api server.
`--runtime-config=extensions/v1beta1/daemonsets=true`
on the api server. This can be
achieved by exporting ENABLE_DAEMONSETS=true before running kube-up.sh script
on GCE.
DaemonSet objects effectively have
[
API version `v1alpha1`
](
../api.md#api-versioning
)
.
DaemonSet objects effectively have
[
API version `v1alpha1`
](
../api.md#api-versioning
)
.
Alpha objects may change or even be discontinued in future software releases.
Alpha objects may change or even be discontinued in future software releases.
However, due to to a known issue, they
may
appear as API version
`v1beta1`
if enabled.
However, due to to a known issue, they
will
appear as API version
`v1beta1`
if enabled.
...
...
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