You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: faqs-operations.md
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
copyright:
4
4
years: 2017, 2020
5
-
lastupdated: "2020-01-08"
5
+
lastupdated: "2020-09-15"
6
6
7
7
subcollection: AnalyticsEngine
8
8
@@ -59,6 +59,20 @@ You can configure a cluster by using customization scripts or by directly modify
59
59
sets of configurations through a script, to spin up different types of clusters, or to use the same configuration repeatedly for repetitive jobs. You can find more information on cluster customization
## Can I stop or shutdown my {{site.data.keyword.iae_full_notm}} clusters to be charged on a per-use basis?
63
+
{: #charge-per-use}
64
+
{: faq}
65
+
{: support}
66
+
67
+
You are charged as long as the cluster is active and not on a per-use basis. For this reason, you should delete the instance after your job has completed and create a new instance before you start another job. To enable creating and deleting clusters as you need them however, means you must separate compute from storage. See [Best practices](/docs/AnalyticsEngine?topic=AnalyticsEngine-best-practices#separate-compute-from-storage).
68
+
69
+
## Can I scale down nodes in existing {{site.data.keyword.iae_full_notm}} clusters?
70
+
{: #scale-down-nodes}
71
+
{: faq}
72
+
{: support}
73
+
74
+
No, you can't reduce the number of nodes in existing clusters; you can only add more nodes to those clusters. If you want to scale down, you must delete those clusters and create new ones with the correct number of nodes.
75
+
62
76
## Do I have root access in {{site.data.keyword.iae_full_notm}}?
63
77
{: #root-access}
64
78
{: faq}
@@ -76,9 +90,9 @@ No, you cannot add components that are not supported by {{site.data.keyword.iae_
76
90
{: #third-party-packages}
77
91
{: faq}
78
92
79
-
You can install packages which are available in the CentOS repo by using the `packageadmin` tool that comes with {{site.data.keyword.iae_full_notm}}. Libraries or packages (for example, for Python or R) that can be installed and run in your user space are allowed. You do not require sudo or root privileges to install or run any packages from non-CentOS repositories or RPM package management systems.
80
-
You should perform all cluster customization by using customization
81
-
scripts at the time the cluster is started to ensure repeatability and consistency when creating further new clusters.
93
+
You can only install packages that are available in the CentOS repositories by using the `packageadmin` tool that comes with {{site.data.keyword.iae_full_notm}}. You do not require sudo or root privileges to install or run any packages from the CentOS repositories.
94
+
95
+
You should perform all cluster customization by using customization scripts at the time the cluster is started to ensure repeatability and consistency when creating further new clusters.
0 commit comments