Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st. We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here. Need help or have questions? Drop us a line at [email protected]
Here notice that the value of ["ignore_groupsusers_create" : "false"] That we are going to change to "true"
Step3). Create a fresh file with any name (like: /tmp/configurations.txt) with the following content:
{
"Clusters" : {
"desired_configs" : {
"type" : "cluster-env",
"tag" : "version2",
"properties" : {
// *** WE WILL NEED TO ADD OUR PROPERTIES HERE FROM THE OUTPUT OF STEP2 OUTPUT *** //
}
}
}
}
Step4). Now for example we edited the file "/tmp/configurations.txt" like following (notice: "ignore_groupsusers_create" : "true"):