Merge "Update cert-manager version to v1 from v1alpha2"
This commit is contained in:
		@@ -50,7 +50,7 @@ Update the following fields:
 | 
			
		||||
 | 
			
		||||
      ~(keystone_admin)]$ cat <<EOF > docker-certificate.yaml
 | 
			
		||||
      ---
 | 
			
		||||
      apiVersion: cert-manager.io/v1alpha2
 | 
			
		||||
      apiVersion: cert-manager.io/v1
 | 
			
		||||
      kind: Certificate
 | 
			
		||||
      metadata:
 | 
			
		||||
        name: system-registry-local-certificate
 | 
			
		||||
 
 | 
			
		||||
@@ -59,7 +59,7 @@ Update the following fields:
 | 
			
		||||
 | 
			
		||||
      ~(keystone_admin)]$ cat <<EOF > restapi-certificate.yaml
 | 
			
		||||
      ---
 | 
			
		||||
      apiVersion: cert-manager.io/v1alpha2
 | 
			
		||||
      apiVersion: cert-manager.io/v1
 | 
			
		||||
      kind: Certificate
 | 
			
		||||
      metadata:
 | 
			
		||||
        name: system-restapi-gui-certificate
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@ for use in a lab environment.
 | 
			
		||||
        .. code-block:: none
 | 
			
		||||
 | 
			
		||||
            $ echo "
 | 
			
		||||
            apiVersion: cert-manager.io/v1alpha2
 | 
			
		||||
            apiVersion: cert-manager.io/v1
 | 
			
		||||
            kind: Issuer
 | 
			
		||||
            metadata:
 | 
			
		||||
              name: my-selfsigning-issuer
 | 
			
		||||
@@ -32,7 +32,7 @@ for use in a lab environment.
 | 
			
		||||
        .. code-block:: none
 | 
			
		||||
 | 
			
		||||
            $ echo "
 | 
			
		||||
            apiVersion: cert-manager.io/v1alpha2
 | 
			
		||||
            apiVersion: cert-manager.io/v1
 | 
			
		||||
            kind: Certificate
 | 
			
		||||
            metadata:
 | 
			
		||||
              name: my-rootca-certificate
 | 
			
		||||
@@ -50,7 +50,7 @@ for use in a lab environment.
 | 
			
		||||
        .. code-block:: none
 | 
			
		||||
 | 
			
		||||
            $ echo "
 | 
			
		||||
            apiVersion: cert-manager.io/v1alpha2
 | 
			
		||||
            apiVersion: cert-manager.io/v1
 | 
			
		||||
            kind: Issuer
 | 
			
		||||
            metadata:
 | 
			
		||||
              name: my-rootca-issuer
 | 
			
		||||
@@ -73,7 +73,7 @@ for use in a lab environment.
 | 
			
		||||
        .. code-block:: none
 | 
			
		||||
 | 
			
		||||
            $ echo "
 | 
			
		||||
            apiVersion: cert-manager.io/v1alpha2
 | 
			
		||||
            apiVersion: cert-manager.io/v1
 | 
			
		||||
            kind: Certificate
 | 
			
		||||
            metadata:
 | 
			
		||||
              name: my-server-certificate
 | 
			
		||||
 
 | 
			
		||||
@@ -27,7 +27,7 @@ This example requires that:
 | 
			
		||||
 | 
			
		||||
        # Create a cluster-wide ISSUER for create self-signed certificates
 | 
			
		||||
        ---
 | 
			
		||||
        apiVersion: cert-manager.io/v1alpha2
 | 
			
		||||
        apiVersion: cert-manager.io/v1
 | 
			
		||||
        kind: ClusterIssuer
 | 
			
		||||
        metadata:
 | 
			
		||||
            name: system-selfsigning-issuer
 | 
			
		||||
@@ -37,7 +37,7 @@ This example requires that:
 | 
			
		||||
 | 
			
		||||
        # Create a Certificate (and key) for my RootCA
 | 
			
		||||
        ---
 | 
			
		||||
        apiVersion: cert-manager.io/v1alpha2
 | 
			
		||||
        apiVersion: cert-manager.io/v1
 | 
			
		||||
        kind: Certificate
 | 
			
		||||
        metadata:
 | 
			
		||||
            name: abccompany-starlingx-rootca-certificate
 | 
			
		||||
@@ -53,7 +53,7 @@ This example requires that:
 | 
			
		||||
 | 
			
		||||
        # Create the RootCA ISSUER
 | 
			
		||||
        ---
 | 
			
		||||
        apiVersion: cert-manager.io/v1alpha2
 | 
			
		||||
        apiVersion: cert-manager.io/v1
 | 
			
		||||
        kind: Issuer
 | 
			
		||||
        metadata:
 | 
			
		||||
            name: abccompany-starlingx-rootca-issuer
 | 
			
		||||
@@ -83,7 +83,7 @@ This example requires that:
 | 
			
		||||
 | 
			
		||||
    .. code-block:: none
 | 
			
		||||
 | 
			
		||||
        apiVersion: cert-manager.io/v1alpha2
 | 
			
		||||
        apiVersion: cert-manager.io/v1
 | 
			
		||||
        kind: Certificate
 | 
			
		||||
        metadata:
 | 
			
		||||
          name: abccompany-starlingx.mycompany.com-certificate
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user