Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.

Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |

Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
- Administer the Container Deployment Foundation
- Access the Management Portal
- Manage users
- Monitor infrastructure status
- Manage nodes
- Manage licenses
- View the existing images
- Modify CDF's external database
- Set up LW-SSO
- Manage resources
- Security
- Network and Communication Security
- Change the host name of the installed cluster node
- Set up a host name resolution using a hosts file
- Customize the parameters for kubelet
- Restart the ITOM Container Deployment Foundation
Change the host name of the installed cluster node
Follow the steps below to change the host name of the installed cluster node.
Note For ITOM Container Deployment Foundation, the ingress is in core namespace.
-
Generate a new certificate for the new host name.
- You can use a certificate signed by your enterprise RootCA.
-
Alternatively, you can generate a self-signed certificate by following the steps below:
Log on to one of the master nodes and run the following commands:
cd $K8S_HOME/ssl
openssl genrsa -out ${hostName}.key 4096
o
penssl req -new -key ${hostName}.key -subj "/CN=${hostName}" -out ${hostName}.csr
openssl x509 -sha256 -req -in ${hostName}.csr -CA "${cacert}" -CAkey "${cakey}" -CAcreateserial -out ${hostName}.crt -days 365
chmod 0400 ${hostName}.crt ${hostName}.key
rm -f ${hostName}.csr
-
Follow the commands below to replace the defect nginx secret.
kubectl delete secret nginx-default-secret -n core
echo "
apiVersion: v1
kind: Secret
metadata:
name: nginx-default-secret
namespace: core
data:
tls.crt: `base64 -w 0 $K8S_HOME/ssl/${hostName}.crt`
tls.key: `base64 -w 0 $K8S_HOME/ssl/${hostName}.key`
"| kubectl create -f -
-
Follow the commands below to restart the ingress container.
kubectl delete -f $K8S_HOME/objectdefs/nginx-ingress.yaml
kubectl create -f $K8S_HOME/objectdefs/nginx-ingress.yaml
-
On all master nodes, replace the
hostname
in the suite.yaml, mng-portal.yaml, and idm.yaml under the$K8S_HOME/objectdefs
directory with the following commands.sed -i -e "s/old_hostname/new_hostname/g" $K8S_HOME/objectdefs/idm.yaml
sed -i -e "s/old_hostname/new_hostname/g" $K8S_HOME/objectdefs/suite.yaml
sed -i -e "s/old_hostname/new_hostname/g" $K8S_HOME/objectdefs/mng-portal.yaml
-
On one of the master nodes, restart the idm, suite, and mng-portal with the following commands.
kubectl delete -f $K8S_HOME/objectdefs/idm.yaml
kubectl delete -f $K8S_HOME/objectdefs/suite.yaml
kubectl delete -f $K8S_HOME/objectdefs/mng-portal.yaml
kubectl create -f $K8S_HOME/objectdefs/idm.yaml
kubectl create -f $K8S_HOME/objectdefs/suite.yaml
kubectl create -f $K8S_HOME/objectdefs/mng-portal.yaml
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to ovdoc-asm@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: