Contents Menu Expand Light mode Dark mode Auto light/dark mode
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
    • Manage a Kapsule cluster
  • Explanations
    • Once Upon a time…
  • References
    • Playbook: create_cloud_host.yml
Back to top

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
Made with Sphinx and @pradyunsg's Furo
Contents
  • Configure Scaleway access
    • Prerequisites
    • Configure your Scaleway account