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
description: Submit a bug report to help us improve the AI Optimizer and Toolkit
3
+
labels: ["type:bug", "status:needs-triage"]
4
+
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: |
8
+
Thanks for taking the time to report this problem!
9
+
We really appreciate the community's efforts to improve the AI Optimizer and Toolkit.
10
+
11
+
If you are not sure whether you have found a bug, please consider asking in our [Slack Channel](https://oracledevs.slack.com/archives/C089NPXG8AU) first.
12
+
- type: checkboxes
13
+
attributes:
14
+
label: Checklist
15
+
description: Please confirm and check all the following options.
16
+
options:
17
+
- label: I have searched the [existing issues](https://github.com/oracle-samples/ai-optimizer/issues) for similar issues.
18
+
required: true
19
+
- label: I added a very descriptive title to this issue.
20
+
required: true
21
+
- label: I have provided sufficient information below to help reproduce this issue.
22
+
required: true
23
+
- type: textarea
24
+
attributes:
25
+
label: Summary
26
+
description: Type here a clear and concise description of the problem. Aim for 2-3 sentences.
27
+
validations:
28
+
required: true
29
+
- type: textarea
30
+
attributes:
31
+
label: Steps To Reproduce
32
+
description: Please provide the steps we should take to reproduce the bug.
33
+
placeholder: |
34
+
1. Go to '...'
35
+
2. Click on '....'
36
+
3. Scroll down to '....'
37
+
4. See error
38
+
validations:
39
+
required: false
40
+
- type: textarea
41
+
attributes:
42
+
label: Expected Behavior
43
+
description: Explain what you expect to happen when you go through the steps above, assuming there were no bugs.
44
+
validations:
45
+
required: false
46
+
- type: textarea
47
+
attributes:
48
+
label: Current Behavior
49
+
placeholder: |
50
+
Error message or applicable log output:
51
+
```
52
+
...
53
+
```
54
+
description: |
55
+
Explain the buggy behavior you experience when you go through the steps above.
56
+
If you have error messages or stack traces please provide them here as well.
57
+
If applicable, add screenshots to help explain your problem.
58
+
59
+
_Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in._
60
+
validations:
61
+
required: false
62
+
- type: checkboxes
63
+
attributes:
64
+
label: Is this a regression?
65
+
description: Did this use to work the way you expected in the past?
66
+
options:
67
+
- label: Yes, this used to work in a previous version.
68
+
required: false
69
+
- type: textarea
70
+
attributes:
71
+
label: Debug info
72
+
description: |
73
+
Please share some system information related to the environment your app is running in.
74
+
75
+
Example:
76
+
- **Version**: 1.13.0 _(found in `common/_version.py`)_
77
+
- **Python version**: 3.11 _(get it with `$ python --version`)_
78
+
- **Operating System**: MacOs 12.6
79
+
- **Browser**: Chrome
80
+
value: |
81
+
- Version:
82
+
- Python version:
83
+
- Operating System:
84
+
- Browser:
85
+
validations:
86
+
required: false
87
+
- type: textarea
88
+
attributes:
89
+
label: Additional Information
90
+
description: |
91
+
Links? References? Anything that will give us more context about the issue you are encountering!
92
+
93
+
_Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in._
Copy file name to clipboardExpand all lines: docs/content/advanced/helm.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,18 @@ A full example of running the {{< short_app_ref >}} in a local Kubernetes cluste
26
26
27
27
You will need to build the {{< short_app_ref >}} container images and stage them in a container registry, such as the [OCI Container Registry](https://docs.oracle.com/en-us/iaas/Content/Registry/Concepts/registryoverview.htm) (**OCIR**).
28
28
29
+
1. Download the latest release:
30
+
{{< latest_release >}}
31
+
32
+
1. Uncompress the release in a new directory. For example:
The {{< full_app_ref >}} can easily be deployed in Oracle Cloud Infrastructure (**OCI**) using Infrastructure as Code (**IaC**) provided in the source [opentofu](https://github.com/oracle-samples/ai-optimizer/tree/main/opentofu) directory.
@@ -16,7 +16,7 @@ Choose between deploying a light-weight [Virtual Machine](#virtual-machine) or r
16
16
17
17
While the **IaC** can be run from a command-line with prior experience, the steps outlined here use [Oracle Cloud Resource Manager](https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Concepts/resourcemanager.htm) to simplify the process. To get started:
18
18
19
-
{{< imagelink url="https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-samples/ai-optimizer/releases/latest/download/ai-optimizer-stack.zip" src="https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg" alt="Deploy to Oracle Cloud" >}}
19
+
{{< imagelink url="https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-samples/ai-optimizer/releases/latest/download/ai-optimizer-iac.zip" src="https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg" alt="Deploy to Oracle Cloud" >}}
0 commit comments