Skip to content

Commit 864b40f

Browse files
authored
fixing install and slack unfurl (#858)
Signed-off-by: Srinivasan Parthasarathy <[email protected]>
1 parent e5f9b77 commit 864b40f

File tree

6 files changed

+14
-16
lines changed

6 files changed

+14
-16
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ A clear and concise description of what you expected to happen.
2323
**Screenshots**
2424
If applicable, add screenshots to help explain your problem.
2525

26-
**Kubernetes stack (please provide the following information):**
27-
- K8s environment: Minikube/Kind/Docker Desktop/...
26+
**Kubernetes environment (please provide the following information):**
27+
- K8s cluster: Minikube/Kind/Docker Desktop/...
2828
- K8s version
29-
- K8s stack: KNative/KFServing/Istio/... along with version information
29+
- K8s components: KNative/KFServing/Istio/... along with version information
3030

3131
**Additional context**
3232
Add any other context about the problem here.

install/core/iter8-analytics/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: iter8/iter8-analytics
77
# to change iter8-analytics version, edit the next line
8-
newTag: 2.1.6
8+
newTag: 2.1.7

mkdocs/docs/images/slack-image.png

49.2 KB
Loading

mkdocs/docs/roadmap.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,19 @@ hide:
99

1010
1. **Enhanced experiments**
1111
* A/B/n, and Pareto testing strategies with single and multiple reward metrics
12-
* BlueGreen rollout strategy
12+
* Early termination of experiments
13+
* Analytics extensibility for traffic shifting and version assessment algorithms
1314
* Experiments with `support` and `confidence`
1415
2. **Metrics**
1516
* Support for more metric providers like MySQL, PostgreSQL, CouchDB, MongoDB, and Google Analytics.
1617
3. **Enhanced MLOps experiments**
1718
* Customized experiments/metrics for serving frameworks like TorchServe and TFServing
1819
4. **GitOps**
1920
* Integration with ArgoCD, Flux and other GitOps operators
20-
5. **Notifications**
21-
* Integration with Slack, GitHub, and other RESTful services
22-
6. **Enhancing Kubernetes and OpenShift integration**
23-
* Support for OpenShift Serverless
21+
5. **Enhancing Kubernetes and OpenShift integration**
22+
* Support for OpenShift runtimes
2423
* Enhanced Knative metrics in tutorials using OpenTelemetry collector
25-
* Support for Ambassador and Kong networking layers in KNative
26-
* Support for experimenting with configuration and routes in Knative
27-
7. **Git triggered workflows and CI/CD**
24+
6. **Git triggered workflows and CI/CD**
2825
* Integration with GitHub Actions and other pipeline providers
29-
8. **Improved installation**
26+
7. **Improved installation**
3027
* Iter8 Helm chart, Iter8 Operator

mkdocs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ site_name: Iter8
22
site_url: https://iter8.tools/latest
33
site_author: Srinivasan Parthasarathy
44
site_description: >-
5-
Iter8 is the release engineering platform for Kubernetes applications and ML models. Quick start in 5 mins.
5+
Iter8 is the release engineering platform for Kubernetes. SLO validation, A/B testing with business reward metrics, and progressive rollouts. Quick start in 5 mins.
66
77
# Repository
88
repo_name: iter8-tools/iter8

mkdocs/overrides/main.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,14 @@
3535

3636
<!-- Twitter meta tags -->
3737
<meta name="twitter:card" content="summary_large_image" />
38+
<meta name="twitter:domain" value="iter8.tools" />
3839
<meta name="twitter:url" content="https://iter8.tools" />
3940
<meta name="twitter:creator" content="{{ config.site_author }}" />
4041
<meta name="twitter:title" content="{{ config.extra.title }}" />
4142
<meta name="twitter:description" content="{{ config.site_description }}" />
4243
<meta name="twitter:image" content="https://iter8.tools/0.7/images/slack-image.png" />
43-
<meta name="twitter:label1" value="K8s stacks" />
44-
<meta name="twitter:data1" value="KFServing, Seldon, Knative, Istio, ..." />
44+
<meta name="twitter:label1" value="K8s environments" />
45+
<meta name="twitter:data1" value="Knative, KFServing, Seldon, Istio, Linkerd, ... and more" />
4546

4647
<!-- Extra stylesheets -->
4748
<link

0 commit comments

Comments
 (0)