Overview
Strengths
Use Cases
Features and Versions
tcss in the cluster. In the tcss namespace, the system will install a Job-type workload named init-tcss-agent and a Deployment-type workload named tcss-asset. In the kube-system namespace, the system will install a DaemonSet-type workload named yunjing-agent. Ensure that all three workloads are running properly.init-tcss-agent in the Job workload is running properly.init-tcss-agent.
Succeeded, it indicates that the Pod named init-tcss-agent is running properly.
yunjing-agent in the DaemonSet workload is running properly.yunjing-agent.
Running, it indicates that the Pod named yunjing-agent is running properly.
tcss-asset in the Deployment workload is running properly.tcss-asset.
Running, it indicates that the Pod named tcss-asset is running properly.
kubectl get jobs -n tcss.
kubectl get pods -n tcss | grep init-tcss-agent.
kubectl get daemonset -A -l k8s-app=yunjing-agent.
kubectl get pods -A -l k8s-app=yunjing-agent.
kubectl get deployment -n tcss.
kubectl get pods -n tcss | grep tcss-asset.
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback