Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Create config for Kubernetes Service (EKS)

If you haven’t connected to the cluster before run this command to create a connection:

aws eks update-kubeconfig --region <region> --name <cluster_name> -profile <cloudservice>>

Upgrade to a new version

Decide the following before proceeding with the upgrade:

Download the upgrade.ps1 file. Run the command below in PowerShell, where the Image_Version is in the format of x.x.x, e.g. 7.4.4

.\upgrade.ps1 -n <OneList_Namespace> -v <Image_Version> -rooturl <rootUrl> -timezone <default timezone> -culture <default culture> -supportedCultures <supported cultures seperated by ','>

For example:  .\upgrade.ps1 -n onelist -v 7.4.4 -rootUrl https://onelist.example.com -timezone Australia/Sydney -culture en-AU -supportedCultures en-AU,en-US

  • No labels