mirror of
https://github.com/rancher/types.git
synced 2025-07-10 03:53:02 +00:00
Problems: When we created workloads in rancher api, the environment variable field is converted without a specific order.(we simplely loop in the map). This will cause K8s workload spec to change constantly if we do a update, and cause the pod getting recreated. Solutions: Sort the map and make sure they always follow the same order in k8s workload spec. |
||
---|---|---|
.. | ||
container_ports.go | ||
container_probe.go | ||
container_security_context.go | ||
container_status.go | ||
creator.go | ||
env.go | ||
init_container.go | ||
namespace_reference.go | ||
namespace.go | ||
node_address.go | ||
os_info.go | ||
persistvolumeclaim.go | ||
scheduling.go | ||
statefulset_spec.go | ||
status.go | ||
workload.go |