-
Notifications
You must be signed in to change notification settings - Fork 4
Preparing for Cluster Deployments
In a production cloud environment, a set of base images are made available for creating virtual machines. If you're wondering why you need base images, take a look at the FAQ.
If you're working with Photon Controller in Workstation or on ESXi, you must download the images. On Fusion, the base images are automatically downloaded for you if you're installing Photon Controller by using the installation script.
You can download the base image from the following location:
Once you've download the images, you can upload them to Photon Controller. For more information, see Images. Here's how to upload a base image for a cluster:
photon image create <kubernetes_image_filename>
-n photon-kubernetes-vm.vmdk -i EAGER
To save space, upload only the images for the orchestration framework that you want to work with.
The upload takes some time, and each image consumes some disk space.
Get the image ID for your uploaded cluster image:
photon image list
Get the deployment ID:
photon deployment list
Enable each cluster type with the its image ID:
photon deployment enable-cluster-type "deployment_ID"
-k KUBERNETES -i "Kubernetes Image ID"
Once you've uploaded the base images and enabled the cluster types for your images, you can begin working directly with a cluster framework. See Creating a Kubernetes Cluster.
- Home
- Installation Guide
- Download Photon Controller
- Release Notes
- User Guide
- Installation and Setup
- Administration and Operations
- Command-Line Cheat Sheet
- Overview of Commands
- Authenticating Multitenant Users and Groups
- Authorization Model
- Connecting to the Load Balancer and Logging In
- Tenants, Quotas, and Projects
- Creating Tenants, Projects, and Quotas
- Working with Tenants
- Creating a Project
- Uploading Images
- Creating Images
- Replicating Images in Datastores
- Creating Flavors
- Working with Virtual Machines
- Using a Photon OS VM
- Creating a Network
- Performing Host Maintenance
- Working with ESXi Hosts
- Configuring Your Own Load Balancer
- Troubleshooting
- Deploying Clusters
- Integration
- API
- Information for Developers
- References
- Legal