Contents Menu Expand
kubefactory v0.0.X documentation
Logo
kubefactory v0.0.X documentation
  • Tutorials
    • Install Rancher@Scaleway
  • How-to Guides
    • Get started
    • Configure Scaleway access
    • Configure Gandi access
    • Create & destroy a Kapsule (k8s@scaleway)
  • Explanations
    • Once Upon a time…
  • References
    • Playbook: create_cloud_host.yml

Configure Scaleway access¶

Prerequisites¶

  • Follow the getting_started how-to guide.

  • Open a Scaleway account

  • Retrieve your organization id

  • Generate Scaleway API key

  • Choose your deployment zone

Configure your Scaleway account¶

At the workspace root, create a .env.scw file with this content:

export SCW_DEFAULT_ORGANIZATION_ID="..."
export SCW_ACCESS_KEY="..."
export SCW_SECRET_KEY="..."
export SCW_DEFAULT_REGION="..."
export SCW_DEFAULT_ZONE="..."

Then run:

direnv reload
Next
Configure Gandi access
Previous
Get started
Copyright © 2021, WeScale | Built with Sphinx and @pradyunsg's Furo theme. | Show Source
Contents
  • Configure Scaleway access
    • Prerequisites
    • Configure your Scaleway account