mirror of
https://github.com/FlipsideCrypto/convox.git
synced 2026-02-06 10:56:56 +00:00
do: increase default node size in installer (#101)
This commit is contained in:
parent
5a33c3728c
commit
f15a8cbc79
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
echo ${changelog}
|
||||
changelog="${changelog//'%'/'%25'}"
|
||||
changelog="${changelog//$'\n'/'%0A'}"
|
||||
changelog="${changelog//$'\r'/'%0D'}"
|
||||
changelog="${changelog//$'\r'/'%0D'}"
|
||||
echo "::set-output name=text::${changelog}"
|
||||
- name: release
|
||||
id: release
|
||||
@ -107,6 +107,7 @@ jobs:
|
||||
export KUBECONFIG=~/.kube/config.${{ matrix.provider }}.${RACK_NAME}
|
||||
set -x
|
||||
kubectl get node
|
||||
kubectl describe node
|
||||
kubectl get all -n ${RACK_NAME}-system || true
|
||||
kubectl logs deployment/api -n ${RACK_NAME}-system || true
|
||||
kubectl logs deployment/atom -n ${RACK_NAME}-system || true
|
||||
|
||||
@ -10,7 +10,7 @@ variable "name" {
|
||||
|
||||
variable "node_type" {
|
||||
description = "machine type of the cluster nodes"
|
||||
default = "s-1vcpu-2gb"
|
||||
default = "s-2vcpu-4gb"
|
||||
}
|
||||
|
||||
variable "release" {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user