-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPassword.txt
executable file
·60 lines (31 loc) · 1.86 KB
/
Password.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
login: [email protected]
pwd: G6P3e8iKi3xyt9B8796a4v
Login:
az login -u [email protected] -p G6P3e8iKi3xyt9B8796a4v
az aks get-credentials -n kube-poc -g Development
(Once connected carry on with URL : https://www.kubeflow.org/docs/azure/deploy/install-kubeflow/ )
az aks nodepool add -g Development --cluster-name kubeflow-installation -n agent pool --enable-node-public-ip
az aks create -g Development -n kube-poc -s NC6_Promo -c 2 -l uksouth --generate-ssh-keys
Bashrc File:
# The following command is optional. It adds the kfctl binary to your path.
# If you don't add kfctl to your path, you must use the full path
# each time you run kfctl.
# Use only alphanumeric characters or - in the directory name.
export PATH=$PATH:/Volumes/KAUSTAV_SSD1/Vincent_kubeflow
# Set KF_NAME to the name of your Kubeflow deployment. You also use this
# value as directory name when creating your configuration directory.
# For example, your deployment name can be 'my-kubeflow' or 'kf-test'.
export KF_NAME=kubeflow-poc
# Set the path to the base directory where you want to store one or more
# Kubeflow deployments. For example, /opt/.
# Then set the Kubeflow application directory for this deployment.
export BASE_DIR=/Volumes/KAUSTAV_SSD1/Vincent_kubeflow/kubeflow
export KF_DIR=${BASE_DIR}/${KF_NAME}
# Set the configuration file to use when deploying Kubeflow.
# The following configuration installs Istio by default. Comment out
# the Istio components in the config file to skip Istio installation.
# See https://github.com/kubeflow/kubeflow/pull/3663
export CONFIG_URI="https://raw.githubusercontent.com/kubeflow/manifests/v1.0-branch/kfdef/kfctl_k8s_istio.v1.0.2.yaml"
kubectl create -f grafana-service.yaml -n kubeflow
kubectl create -f influxdb-service.yaml
kubectl create -f influxdb-grafana-controller.yaml