Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
c74baf2
NodeGroup spot instances
vishalbollu Oct 7, 2019
f4fd69c
Update cluster-autoscaler.yaml
deliahu Oct 7, 2019
abfe18f
Update autoscaler to version 1.16
vishalbollu Oct 7, 2019
a6a096b
Merge branch 'spot-instances' into separate-operator-workload-nodegroup
vishalbollu Oct 8, 2019
fdc8201
Calculate allocatable resources more accurately
vishalbollu Oct 10, 2019
6f12aa9
Merge branch 'master' into separate-operator-workload-nodegroup
vishalbollu Nov 5, 2019
b0e0fa6
Separate nodegroups
vishalbollu Nov 12, 2019
12ee06f
Merge branch 'master' into separate-operator-workload-nodegroup
vishalbollu Nov 12, 2019
3268382
Add desired instances
vishalbollu Nov 12, 2019
8d4ea32
Minor cleanup
vishalbollu Nov 12, 2019
e952392
Remove debug statements
vishalbollu Nov 13, 2019
607c545
Merge branch 'master' into separate-operator-workload-nodegroup
vishalbollu Nov 13, 2019
351e68b
Remove more debugging helpers
vishalbollu Nov 13, 2019
58e4933
Reset go.mod
vishalbollu Nov 13, 2019
c56ca3e
Remove more echo statements
vishalbollu Nov 13, 2019
cdf862e
Remove unnecessary boto3 dependency
vishalbollu Nov 13, 2019
1f18d52
Address some PR comments and fix linting
vishalbollu Nov 13, 2019
f90f921
Remove InternalClusterConfig
deliahu Nov 13, 2019
2703944
Address more PR comments
vishalbollu Nov 14, 2019
bd24c1c
Separate internal cluster config
deliahu Nov 14, 2019
a8c16f4
Change cortex internal cluster path for dev to be in the dev directory
vishalbollu Nov 14, 2019
fad20f4
Update config.md docs
vishalbollu Nov 14, 2019
96005c1
Change config map key name
vishalbollu Nov 14, 2019
5848fbe
Remove outdated comment and minor refactor
vishalbollu Nov 14, 2019
d37914c
Fix formatting
deliahu Nov 14, 2019
acf0058
Update api_workload.go
deliahu Nov 14, 2019
19fe4ff
Update memory_capacity.go
deliahu Nov 14, 2019
3f9a62f
Update metrics-server.yaml
deliahu Nov 14, 2019
1c40e7e
Merge branch 'master' into separate-operator-workload-nodegroup
vishalbollu Nov 14, 2019
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change cortex internal cluster path for dev to be in the dev directory
  • Loading branch information
vishalbollu committed Nov 14, 2019
commit a8c16f48a09676da74a34eeae45ffe95beb44e8e
2 changes: 1 addition & 1 deletion dev/operator_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")"/.. >/dev/null && pwd)"

export CORTEX_OPERATOR_IN_CLUSTER=false
export CORTEX_CLUSTER_CONFIG_PATH=$ROOT/dev/config/cluster.yaml
export CORTEX_INTERNAL_CLUSTER_CONFIG_PATH=$HOME/.cortex/cluster_internal.yaml
export CORTEX_INTERNAL_CLUSTER_CONFIG_PATH=$ROOT/dev/config/cluster_internal.yaml

pip3 install -r $ROOT/manager/requirements.txt

Expand Down