# Exoscale SKS

# Platform configuration

In this section we go through the properties you need to define if your kubernetes runs on Exoscale kubernetes.

  platform:
    kubernetes: sks
    s3: compatible
  • As aws is the default provider value, you need to adjust the platform.kubernetes value to sks.
  • If you want to use SKS storage, set the value of platform.s3 property to compatible.

NOTE: For the other platform configuration properties, please consult the platform configuration section.

# Exoscale S3 configuration

  s3_compatible:
    access_key: sks-s3-access-key
    secret_key: sks-s3-secret-key
    url: https://sos-ch-dk-2.exo.io

If you set the platform.kubernetes to sks and platform.s3 to compatible the following properties are required:

  • s3_compatible.access_key
  • s3_compatible.secret_key
  • s3_compatible.url
Last Updated: 6/15/2022, 10:08:19 AM