Comment 1 for bug 1897391

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kuryr-kubernetes (master)

Reviewed: https://review.opendev.org/756824
Committed: https://git.openstack.org/cgit/openstack/kuryr-kubernetes/commit/?id=78488bcf32ec3056ad3b1ebf32fffd8e135d0932
Submitter: Zuul
Branch: master

commit 78488bcf32ec3056ad3b1ebf32fffd8e135d0932
Author: Kafilat Adeleke <email address hidden>
Date: Thu Oct 8 07:36:53 2020 -0700

    updates docs to "kubectl create deployment"

    With the new default Kubernetes 1.18 version used by Kuryr,
    the command "kubectl run" does not create a Kubernetes Deployment
    anymore, but instead creates a Pod.
    The Kuryr docs should get updated to still support a
    Deployment creation with the command "kubectl create deployment"

    Change-Id: I8df10e64d71cc224e08825987d538693df1719f3
    Closes-Bug: #1897391