I am new the FAR. I am trying to create a FAR template. I am using Dell iDRAC to manage my server.
apiVersion:
fence-agents-remediation.medik8s.io/v1alpha1kind: FenceAgentsRemediationTemplate
metadata:
name: fence-agents-remediation-template-fence-ipmilan
namespace: openshift-operators
spec:
template:
spec:
agent: fence_ipmilan --> Can I replace it with fence_idrac?
nodeparameters:
--ipport:
master-0-0: '6230' --> Can I use port 443 on all my servers?
master-0-1: '6231'
master-0-2: '6232'
worker-0-0: '6233'
worker-0-1: '6234'
worker-0-2: '6235'
sharedparameters:
'--action': reboot
'--ip': 192.168.123.1 --> What is the use of this IP address here.
'--lanplus': ''
'--password': password
'--username': admin