mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-21 14:38:02 -03:30
Save output of mcp-microservice to separate logs
This commit is contained in:
parent
f304dd4cf3
commit
17e3108b0c
@ -38,7 +38,7 @@ build_images() {
|
||||
fi
|
||||
sleep 1
|
||||
done
|
||||
mcp-microservices --config-file /root/mcp.conf build
|
||||
mcp-microservices --config-file /root/mcp.conf build &> /var/log/mcp-build.log
|
||||
}
|
||||
|
||||
create_mcp_conf
|
||||
|
||||
@ -23,5 +23,5 @@ assign_node_roles
|
||||
|
||||
kubectl delete namespace openstack && while kubectl get namespace | grep -q ^openstack ; do sleep 5; done
|
||||
|
||||
mcp-microservices --config-file=/root/mcp.conf deploy -t /root/cluster-topology.yaml
|
||||
mcp-microservices --config-file=/root/mcp.conf deploy -t /root/cluster-topology.yaml &> /var/log/mcp-deploy.log
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user