OpenShift Operations: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[OpenShift#Subjects|OpenShift]] | * [[OpenShift TODEPLETE#Subjects|OpenShift TODEPLETE]] | ||
=Operations= | =Operations= | ||
Line 9: | Line 9: | ||
* [[oadm]] | * [[oadm]] | ||
* [[s2i]] | * [[s2i]] | ||
* [[ | * curl access: [[OpenShift Low-Level API Access]] | ||
* [[OpenShift Runtime]] | * [[OpenShift Runtime]] | ||
* [[OpenShift Node Operations|Nodes]] | * [[OpenShift Node Operations|Nodes]] | ||
Line 21: | Line 23: | ||
* [[OpenShift PersistentVolume Operations|Persistent Volumes and Persistent Volume Claims]] | * [[OpenShift PersistentVolume Operations|Persistent Volumes and Persistent Volume Claims]] | ||
* [[OpenShift Image and ImageStream Operations|Images and ImageStreams]] | * [[OpenShift Image and ImageStream Operations|Images and ImageStreams]] | ||
* [[OpenShift Service Operations|Service]] | * [[OpenShift Service Operations|Service]] | ||
* [[OpenShift Route Operations|Routes]] | * [[OpenShift Route Operations|Routes]] | ||
Line 37: | Line 38: | ||
** [[OpenShift Get Labels Applied to a Node|Get Labels Applied to a Node]] | ** [[OpenShift Get Labels Applied to a Node|Get Labels Applied to a Node]] | ||
** [[OpenShift_Node_Operations#Update_Labels_on_a_Node|Update Labels on a Node]] | ** [[OpenShift_Node_Operations#Update_Labels_on_a_Node|Update Labels on a Node]] | ||
* [[OpenShift DaemonSet Operations|DaemonSet Operations]] | * [[OpenShift DaemonSet Operations|DaemonSet Operations]] | ||
* [[OpenShift Registry Operations|Registry Operations]] | * [[OpenShift Registry Operations|Registry Operations]] | ||
* [[OpenShift Downward API Operations|Downward API Operations]] | * [[OpenShift Downward API Operations|Downward API Operations]] | ||
* [[OpenShift Pruning|Pruning]] | * [[OpenShift Pruning|Pruning]] | ||
* [[OpenShift Accumulation Points|Accumulation Points]] | |||
* [[OpenShift Resource Management Operations|Resource Management Operations]] | |||
==Application Operations== | |||
* [[OpenShift Application Operations|Applications]] | |||
=Procedures= | =Procedures= | ||
Line 50: | Line 56: | ||
* [[OpenShift Modify the Scheduler Policy|Modify the Scheduler Policy]] | * [[OpenShift Modify the Scheduler Policy|Modify the Scheduler Policy]] | ||
* [[OpenShift Simple Pod Running inside an OpenShift Project|Simple Pod Running inside an OpenShift Project]] | * [[OpenShift Simple Pod Running inside an OpenShift Project|Simple Pod Running inside an OpenShift Project]] | ||
=Operations Guides= | |||
* https://access.redhat.com/documentation/en-us/openshift_container_platform/3.7/html/day_two_operations_guide/ | |||
* APM Guidance: http://v1.uncontained.io/playbooks/app_dev/APM_guidance.html |
Latest revision as of 17:19, 29 February 2024
Internal
Operations
- oc
- oadm
- s2i
- curl access: OpenShift Low-Level API Access
- OpenShift Runtime
- Nodes
- Network
- Pods
- Projects
- Templates
- Builds
- Deployments
- Replication Controllers
- Persistent Volumes and Persistent Volume Claims
- Images and ImageStreams
- Service
- Routes
- CI/CD
- Auxiliary Tools
- Application Health
- Security
- Router
- OpenShift Version
- OpenShift Web Console
- OpenShift Installation Validation
- OpenShift Logging
- Node Selector Operations
- Label Operations:
- DaemonSet Operations
- Registry Operations
- Downward API Operations
- Pruning
- Accumulation Points
- Resource Management Operations
Application Operations
Procedures
- Change the Log Level for OpenShift Processes
- OpenShift Master and Node Process Operations
- Enable system:admin Remote Access
- Modify the Scheduler Policy
- Simple Pod Running inside an OpenShift Project