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
* Ignore .DS_Store
* Fix for build-tasks.ts
This change is necessary for newer versions of npm/typescript
bash-4.4$ npm version
{
npm: '6.14.8',
ares: '1.16.0',
brotli: '1.0.6',
cldr: '37.0',
http_parser: '2.9.3',
icu: '67.1',
llhttp: '2.1.2',
modules: '72',
napi: '7',
nghttp2: '1.41.0',
node: '12.19.1',
openssl: '1.1.1g',
tz: '2019c',
unicode: '13.0',
uv: '1.39.0',
v8: '7.8.279.23-node.44',
zlib: '1.2.11'
}
bash-4.4$ gulp -v
CLI version: 2.3.0
Local version: 4.0.2
bash-4.4$ npx -v
10.2.2
* Fix broken kn revision command
Also remove some hard coding for greater attribute use
* Fix incorrect console output
* Fixes to the scaling pages
Fix incorrect statements and commands (e.g. default utilization rate has changed yielding 5 pods instead of 7)
* Update tag and traffic aspects of kn update so that it doesn't hang
Tested with version 0.17.0
* Updates to the Eventing section up to Source-to-Sink
Corrects a number of issues and updates output to match instructions given
* Fix Traffic Distribution
Fix incorrect path for applying knative service files
Update services so that kn and {kubernetes-cli} can be used interchangeably in this section
- without commenting out the health check, kn command can't be used to ammend service created with CLI because validation hook would require a rename of the service
Update example files
Co-authored-by: Marc Hildenbrand <[email protected]>
Copy file name to clipboardExpand all lines: documentation/modules/eventing/pages/_partials/watching-logs.adoc
+7-7
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,23 @@
1
-
ifndef::workshop[]
2
-
[kube-ns='knativetutorial']
3
-
[kube-svc='']
1
+
2
+
:kube-svc: eventing-hello
4
3
5
4
In the eventing related subsections of this tutorial, event sources are configured to emit events every minute with a `PingSource` or with a `ContainerSource`.
0 commit comments