_attributes/common-attributes.adoc = {hcp-capital} release notes :context: hosted-control-planes-release-notes toc::[]
Release notes contain information about new and deprecated features, changes, and known issues.
_attributes/common-attributes.adoc = {hcp-capital} release notes :context: hosted-control-planes-release-notes toc::[]
Release notes contain information about new and deprecated features, changes, and known issues.
man | |
Description: A user manual that summarizes all the information of a command. | |
ls | |
Description: Lists files. | |
grep | |
Description: Searches for a string in a group of files. | |
find |
% oc get template | |
NAME DESCRIPTION PARAMETERS OBJECTS | |
ocs-osd-removal 1 (1 blank) 1 | |
servesha@sdudhgao-mac deploy % oc get template ocs-osd-removal -o yaml | |
apiVersion: template.openshift.io/v1 | |
kind: Template | |
metadata: | |
creationTimestamp: "2020-10-13T18:26:19Z" | |
managedFields: | |
- apiVersion: template.openshift.io/v1 |
% diff rook-job ocs-job | |
4c4,6 | |
< creationTimestamp: "2020-10-13T09:06:23Z" | |
--- | |
> annotations: | |
> template.alpha.openshift.io/wait-for-ready: "true" | |
> creationTimestamp: "2020-10-13T18:32:08Z" | |
6c8 | |
< app: rook-ceph-purge-osd | |
--- |
% oc get job ocs-osd-removal-0 -o yaml | |
apiVersion: batch/v1 | |
kind: Job | |
metadata: | |
annotations: | |
template.alpha.openshift.io/wait-for-ready: "true" | |
creationTimestamp: "2020-10-13T18:32:08Z" | |
labels: | |
app: ceph-toolbox-job-0 | |
managedFields: |
% oc get job rook-ceph-purge-osd -o yaml | |
apiVersion: batch/v1 | |
kind: Job | |
metadata: | |
creationTimestamp: "2020-10-13T09:06:23Z" | |
labels: | |
app: rook-ceph-purge-osd | |
managedFields: | |
- apiVersion: batch/v1 | |
fieldsType: FieldsV1 |
% oc get template ocs-osd-removal -o yaml | |
apiVersion: template.openshift.io/v1 | |
kind: Template | |
metadata: | |
creationTimestamp: "2020-10-12T05:08:57Z" | |
managedFields: | |
- apiVersion: template.openshift.io/v1 | |
fieldsType: FieldsV1 | |
fieldsV1: | |
f:metadata: |
apiVersion: batch/v1 | |
kind: Job | |
metadata: | |
name: rook-ceph-purge-osd | |
namespace: rook-ceph | |
labels: | |
app: rook-ceph-purge-osd | |
spec: | |
template: | |
spec: |
apiVersion: template.openshift.io/v1 | |
kind: Template | |
metadata: | |
creationTimestamp: "2020-05-26T17:43:58Z" | |
name: ocs-osd-removal | |
namespace: openshift-storage | |
ownerReferences: | |
- apiVersion: ocs.openshift.io/v1 | |
blockOwnerDeletion: true | |
controller: true |
apiVersion: batch/v1 | |
kind: Job | |
metadata: | |
creationTimestamp: "2020-05-19T17:41:35Z" | |
labels: | |
app: ceph-toolbox-job | |
name: ocs-osd-removal-5 | |
namespace: openshift-storage | |
resourceVersion: "53763253" | |
selfLink: /apis/batch/v1/namespaces/openshift-storage/jobs/ocs-osd-removal-5 |