Bug 1293413
| Summary: | Document how to have ansible set garbage_collection parameters for a cluster. | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Eric Rich <erich> | |
| Component: | Documentation | Assignee: | Alex Dellapenta <adellape> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Vikram Goyal <vigoyal> | |
| Severity: | urgent | Docs Contact: | Vikram Goyal <vigoyal> | |
| Priority: | unspecified | |||
| Version: | 3.1.0 | CC: | abutcher, adellape, aos-bugs, jdetiber, jokerman, mmccomas, rhowe, sdodson, xiama | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | 1293397 | |||
| : | 1299023 (view as bug list) | Environment: | ||
| Last Closed: | 2016-04-26 02:05:01 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | 1293397 | |||
| Bug Blocks: | 1299023 | |||
|
Description
Eric Rich
2015-12-21 17:31:35 UTC
We might want to expanded this to point out KubeletArguments are key value pairs that will be passed directly to the Kubelet that match the Kubelet's command line arguments. These are not migrated or validated, so if you use them they may become invalid. These values override other settings in NodeConfig which may cause invalid configurations [1]. http://kubernetes.io/v1.0/docs/admin/kubelet.html [1] https://github.com/openshift/origin/blob/master/pkg/cmd/server/api/v1/types.go#L59-L62 Documentation pull request: https://github.com/openshift/openshift-docs/pull/1372 Merged https://github.com/openshift/openshift-docs/pull/1372, should go out w/ the next weekly OSE publish. Can be verified here [1]. Moving this to CLOSED-->CURRENTRELEASE. [1] https://docs.openshift.com/enterprise/3.1/admin_guide/garbage_collection.html |