Hi,
We have installed the HSPC operator in Redhat OCP. While configuring the secret from sample secret, only one controller IP is being defined.
##################################
apiVersion: v1
kind: Secret
metadata:
name: secret-sample
type: Opaque
data:
# base64 encoded storage url. E.g.: echo -n "http://172.16.1.1" | base64
url: aHR0cDovLzE3Mi4xNi4xLjE=
# base64 encoded storage username. E.g.: echo -n "User01" | base64
user: VXNlcjAx
# base64 encoded storage password. E.g.: echo -n "Password01" | base64
password: UGFzc3dvcmQwMQ==
##################################
How do we define the second controller IP for redundancy, in case the first controller goes down? Can we define both controller IPs in the same secret?
Regards,
Aniesh
#VSPESeries
------------------------------
Aniesh Mathew
StarOne IT Solutions India Pvt Ltd
------------------------------