Skip to content

v0.3.8

Compare
Choose a tag to compare
@rubinus rubinus released this 17 Aug 11:22
· 11 commits to main since this release
5d58b0c

Change log since v0.3.0

Upgrade Notice

No, really, you must read this before you upgrade.

  • When you use the apply command to create a DeploymentRuntime resource by yaml file, you must change the Destination attribute of the DeploymentRuntime resource to an object the result includes Environment and Namespaces. The type of Namespaces is an array. For example:
  destination:
    environment: env-test-demo
    namespaces:
      - dr-demo

How to use

nautes get cr -p $PRODUCT-NAME -t $TOKEN -s $API-SERVER

There is a simple method to use that is set environments for example.

  • export API_SERVER=http://127.0.0.1:8000

  • export GIT_TOKEN=glpat-yYTvmC9Vnzom5k2NuzUU

  • export PRODUCT=demo-101

nautes get cr coderepo-name-101 coderepo-name-102 coderepo-name-103 -o json

nautes get dr

nautes delete pro project-101 project-102

Changes

  1. Changed the destination attribute of the DeploymentRuntime resource.

New Feature

  1. Added get and delete commands to CLI.
    (#2, @rubinus)

  2. Added cluster attributes such as components、reservedNamespaces and clusterResources