The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Will Confluence cluster will accept hostnames instead of pod ip address

Bhanu Teja M
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 11, 2018

I am installing confluence cluster on kubernetes. As installation is completed successfully and i have checked in general section --> clustering i can see only one pod ip. if i delete pod it will get new ip and confluence cluster will throw out old ip and will not add new ip.
So is there any way that confluence will accept hostnames instead of ip address.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Shankar Asam {Appfire}
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
December 12, 2018

Hi Bhanu,

Are you talking about "Cluster Address" section on Clustering page? These IP addresses are defined in a file called "<confluence-home>/confluence.cfg.xml. They should look like this:

<property name="confluence.cluster.address">224.222.163.162</property>
<property name="confluence.cluster.name">atlassian_cluster</property>

You can modify the file to add new cluster node IP addresses here. If you want to change the cluster node name to a human-readable name, you can do so by adding below to setenv.sh file;

CATALINA_OPTS=“-Dconfluence.cluster.node.name=node1 ${CATALINA_OPTS}”

You can also find other system related properties for confluence here.

Hope it helps.

 

-Shankar

Sid
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
December 24, 2018

@Bhanu Teja M,  as of now hostnames cannot be added. Only IP can be added

TAGS
AUG Leaders

Atlassian Community Events