Enable kubectl auto-completion 97/49997/1
authorhector <ha076r@att.com>
Sat, 2 Jun 2018 00:00:43 +0000 (20:00 -0400)
committerhector <ha076r@att.com>
Sat, 2 Jun 2018 00:04:44 +0000 (20:04 -0400)
Issue-ID: INT-518
Change-Id: Ib7544018d73a1861a86b2ab07780b463f7ec704a
Signed-off-by: Hector Anapan <ha076r@att.com>
deployment/heat/onap-oom/rancher_vm_entrypoint.sh

index 78fe455..3f9150d 100644 (file)
@@ -197,6 +197,8 @@ make all
 helm search -l | grep local
 helm install local/onap -n dev --namespace onap -f ~/integration-override.yaml
 
+# Enable auto-completion for kubectl
+echo "source <(kubectl completion bash)" >> ~/.bashrc
 
 # Check ONAP status:
 sleep 3