Infra App Docs
  • Overview
  • Getting started
  • Download Infra App
  • Connect your cluster
    • Amazon Web Services (EKS)
    • Google Cloud Platform (GKE)
    • Digital Ocean (DOKS)
    • Docker Desktop
    • Minikube
    • Other Clusters
  • Features
    • CPU & memory utilization
    • Container shell access
    • Log search & filtering
    • Editing Resources / Nodes
    • Deleting Pods
  • Advanced
    • Clusters with RBAC
    • FAQs
Powered by GitBook
On this page
  • Use Cases
  • Editing a Resource
  • Common Errors

Was this helpful?

  1. Features

Editing Resources / Nodes

Edit a workload to make ad-hoc changes

PreviousLog search & filteringNextDeleting Pods

Last updated 4 years ago

Was this helpful?

Use Cases

Editing a resource or node can be handy for several use cases:

  • Changing resource constraints

  • Scaling a resource (by editing the workload's replicas field)

  • Updating the workload image to trigger a rollout of a new version

Editing a Resource

First, click on the workload in Infra App. Then on the YAML tab:

Next, make changes to the YAML directly inline. You'll notice the Apply button become clickable. Click this button and confirm your changes to continue.

That's all. Your workload should now begin to reflect your changes.

Common Errors

  • Version out of date this can occur if the workload is updated in the background while making edits. Click Revert and then re-apply changes on the latest version of the workload.