output.txt 1.1 KB

1234567891011121314151617181920212223242526
  1. ## This is the service-wise list of constructs that need to be handled specially.
  2. Please refer https://rancher.com/docs/rancher/v2.x/en/v1.6-migration/ to transition these to Rancher 2.0.
  3. gogs:
  4. labels:
  5. >>io.rancher.container.pull_image
  6. links:
  7. Refer: https://rancher.com/blog/2018/2018-09-04-service_discovery_2dot0/
  8. Please add the necessary Service Discovery Records for your Rancher 2.0 Kubernetes workload to implement the links.
  9. ports:
  10. Refer: https://rancher.com/blog/2018/2018-08-14-expose-and-monitor-workloads/
  11. Please add a hostPort or a nodePort to your Kubernetes workload to expose the ports used.
  12. scale:
  13. start_on_create:
  14. volumes:
  15. postgres:
  16. labels:
  17. >>io.rancher.container.pull_image
  18. scale:
  19. start_on_create:
  20. volumes:
  21. ## More Docker/Rancher1.6 constructs that need to be transitioned to Kubernetes/Rancher 2.0 in a special way:
  22. Rancher Metadata - Incase your applications depend on metadata.
  23. Rancher 1.6 FQDN resolution format
  24. Please contact Rancher Support for more help to migrate these to Rancher 2.0, as there is no direct translation available.