OKD 3.11 Recreate TSB Daemon Set
aelmehra opened this issue · 1 comments
aelmehra commented
Description
I accidentally deleted the apiserver daemonset and was wondering if there was a way to recreate it.
Version
ansible 2.9.6
config file = /Users/adam.elmehrath/.ansible.cfg
configured module search path = ['/Users/adam.elmehrath/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /Users/adam.elmehrath/env3/lib/python3.7/site-packages/ansible
executable location = /Users/adam.elmehrath/env3/bin/ansible
python version = 3.7.3 (default, Mar 6 2020, 22:34:30) [Clang 11.0.3 (clang-1103.0.32.29)]
openshift-ansible-3.11.242-1
Expected Results
Having a running apiserver pod in the openshift-template-service-broker project
Observed Results
oc get all -n openshift-template-service-broker
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/apiserver ClusterIP 172.30.235.91 <none> 443/TCP 74d
aelmehra commented
Redeployed the TSB using:
ansible-playbook -i inventory/hosts playbooks/openshift-service-catalog/config.yml