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
7631b09b
Commit
7631b09b
authored
Sep 21, 2016
by
Vishnu kannan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove cpu limits for dns pod. The current limits are not based on usage profiles
Signed-off-by:
Vishnu kannan
<
vishnuk@google.com
>
parent
ca00e596
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
21 deletions
+0
-21
skydns-rc.yaml.base
cluster/addons/dns/skydns-rc.yaml.base
+0
-5
skydns-rc.yaml.in
cluster/addons/dns/skydns-rc.yaml.in
+0
-5
skydns-rc.yaml.sed
cluster/addons/dns/skydns-rc.yaml.sed
+0
-5
skydns-svc.yaml.base
cluster/addons/dns/skydns-svc.yaml.base
+0
-2
skydns-svc.yaml.in
cluster/addons/dns/skydns-svc.yaml.in
+0
-2
skydns-svc.yaml.sed
cluster/addons/dns/skydns-svc.yaml.sed
+0
-2
No files found.
cluster/addons/dns/skydns-rc.yaml.base
View file @
7631b09b
...
@@ -12,8 +12,6 @@
...
@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# This file should be kept in sync with cluster/images/hyperkube/dns-rc.yaml
# TODO - At some point, we need to rename all skydns-*.yaml.* files to kubedns-*.yaml.*
# TODO - At some point, we need to rename all skydns-*.yaml.* files to kubedns-*.yaml.*
# __MACHINE_GENERATED_WARNING__
# __MACHINE_GENERATED_WARNING__
...
@@ -51,7 +49,6 @@ spec:
...
@@ -51,7 +49,6 @@ spec:
# guaranteed class. Currently, this container falls into the
# guaranteed class. Currently, this container falls into the
# "burstable" category so the kubelet doesn't backoff from restarting it.
# "burstable" category so the kubelet doesn't backoff from restarting it.
limits:
limits:
cpu: 100m
memory: 170Mi
memory: 170Mi
requests:
requests:
cpu: 100m
cpu: 100m
...
@@ -103,9 +100,7 @@ spec:
...
@@ -103,9 +100,7 @@ spec:
- name: healthz
- name: healthz
image: gcr.io/google_containers/exechealthz-amd64:1.1
image: gcr.io/google_containers/exechealthz-amd64:1.1
resources:
resources:
# keep request = limit to keep this container in guaranteed class
limits:
limits:
cpu: 10m
memory: 50Mi
memory: 50Mi
requests:
requests:
cpu: 10m
cpu: 10m
...
...
cluster/addons/dns/skydns-rc.yaml.in
View file @
7631b09b
...
@@ -12,8 +12,6 @@
...
@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# This file should be kept in sync with cluster/images/hyperkube/dns-rc.yaml
# TODO - At some point, we need to rename all skydns-*.yaml.* files to kubedns-*.yaml.*
# TODO - At some point, we need to rename all skydns-*.yaml.* files to kubedns-*.yaml.*
# Warning: This is a file generated from the base underscore template file: skydns-rc.yaml.base
# Warning: This is a file generated from the base underscore template file: skydns-rc.yaml.base
...
@@ -51,7 +49,6 @@ spec:
...
@@ -51,7 +49,6 @@ spec:
# guaranteed class. Currently, this container falls into the
# guaranteed class. Currently, this container falls into the
# "burstable" category so the kubelet doesn't backoff from restarting it.
# "burstable" category so the kubelet doesn't backoff from restarting it.
limits:
limits:
cpu: 100m
memory: 170Mi
memory: 170Mi
requests:
requests:
cpu: 100m
cpu: 100m
...
@@ -103,9 +100,7 @@ spec:
...
@@ -103,9 +100,7 @@ spec:
- name: healthz
- name: healthz
image: gcr.io/google_containers/exechealthz-amd64:1.1
image: gcr.io/google_containers/exechealthz-amd64:1.1
resources:
resources:
# keep request = limit to keep this container in guaranteed class
limits:
limits:
cpu: 10m
memory: 50Mi
memory: 50Mi
requests:
requests:
cpu: 10m
cpu: 10m
...
...
cluster/addons/dns/skydns-rc.yaml.sed
View file @
7631b09b
...
@@ -12,8 +12,6 @@
...
@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# This file should be kept in sync with cluster/images/hyperkube/dns-rc.yaml
# TODO - At some point, we need to rename all skydns-*.yaml.* files to kubedns-*.yaml.*
# TODO - At some point, we need to rename all skydns-*.yaml.* files to kubedns-*.yaml.*
# Warning: This is a file generated from the base underscore template file: skydns-rc.yaml.base
# Warning: This is a file generated from the base underscore template file: skydns-rc.yaml.base
...
@@ -51,7 +49,6 @@ spec:
...
@@ -51,7 +49,6 @@ spec:
# guaranteed class. Currently, this container falls into the
# guaranteed class. Currently, this container falls into the
# "burstable" category so the kubelet doesn't backoff from restarting it.
# "burstable" category so the kubelet doesn't backoff from restarting it.
li
mits:
li
mits:
c
pu: 100m
memor
y
:
170Mi
memor
y
:
170Mi
requests
:
requests
:
cpu
:
100
m
cpu
:
100
m
...
@@ -102,9 +99,7 @@ spec:
...
@@ -102,9 +99,7 @@ spec:
-
na
me: healthz
-
na
me: healthz
i
mage: gcr.io/google_containers/exechealthz-amd64:1.1
i
mage: gcr.io/google_containers/exechealthz-amd64:1.1
re
s
o
urces:
re
s
o
urces:
# keep request = limit t
o
keep this c
o
n
t
a
iner in guaranteed class
limits:
limits:
c
pu: 10m
mem
o
ry: 50Mi
mem
o
ry: 50Mi
requests:
requests:
cpu: 10m
cpu: 10m
...
...
cluster/addons/dns/skydns-svc.yaml.base
View file @
7631b09b
...
@@ -12,8 +12,6 @@
...
@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# This file should be kept in sync with cluster/images/hyperkube/dns-svc.yaml
# TODO - At some point, we need to rename all skydns-*.yaml.* files to kubedns-*.yaml.*
# TODO - At some point, we need to rename all skydns-*.yaml.* files to kubedns-*.yaml.*
# __MACHINE_GENERATED_WARNING__
# __MACHINE_GENERATED_WARNING__
...
...
cluster/addons/dns/skydns-svc.yaml.in
View file @
7631b09b
...
@@ -12,8 +12,6 @@
...
@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# This file should be kept in sync with cluster/images/hyperkube/dns-svc.yaml
# TODO - At some point, we need to rename all skydns-*.yaml.* files to kubedns-*.yaml.*
# TODO - At some point, we need to rename all skydns-*.yaml.* files to kubedns-*.yaml.*
# Warning: This is a file generated from the base underscore template file: skydns-svc.yaml.base
# Warning: This is a file generated from the base underscore template file: skydns-svc.yaml.base
...
...
cluster/addons/dns/skydns-svc.yaml.sed
View file @
7631b09b
...
@@ -12,8 +12,6 @@
...
@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# This file should be kept in sync with cluster/images/hyperkube/dns-svc.yaml
# TODO - At some point, we need to rename all skydns-*.yaml.* files to kubedns-*.yaml.*
# TODO - At some point, we need to rename all skydns-*.yaml.* files to kubedns-*.yaml.*
# Warning: This is a file generated from the base underscore template file: skydns-svc.yaml.base
# Warning: This is a file generated from the base underscore template file: skydns-svc.yaml.base
...
...
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