Browse Source

Merge pull request #6919 from mfojtik/symlink-kubectl-to-oc

Automatic merge from submit-queue.

Symlink kubectl to oc instead of openshift

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1538933

@sdodson @juanvallejo FYI
OpenShift Merge Robot 7 years ago
parent
commit
04894a4c43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/lib_utils/library/openshift_container_binary_sync.py

+ 1 - 1
roles/lib_utils/library/openshift_container_binary_sync.py

@@ -107,7 +107,7 @@ class BinarySyncer(object):
             self._sync_binary('oc')
 
         # Ensure correct symlinks created:
-        self._sync_symlink('kubectl', 'openshift')
+        self._sync_symlink('kubectl', 'oc')
 
         # Remove old oadm binary
         if os.path.exists(os.path.join(self.bin_dir, 'oadm')):