-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update calendar and drive links (#3127)
* Update calendar and drive links * Switch link to web published version
- Loading branch information
1 parent
86eb660
commit 194f542
Showing
6 changed files
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ showlandingtoc: "false" | |
type: "docs" | ||
--- | ||
|
||
The [Knative Community Calendar](https://calendar.google.com/calendar/u/0/embed?src=c_tcut0tbk016g22csq1ced9lqd8@group.calendar.google.com) contain events that provides the opportunity to learn more about Knative and meet other Knative users and contributors. | ||
The [Knative Community Calendar](https://calendar.google.com/calendar/embed?src=knative.team_9q83bg07qs5b9rrslp5jor4l6s%40group.calendar.google.com) contain events that provides the opportunity to learn more about Knative and meet other Knative users and contributors. | ||
|
||
Events don't have to be organized by the Knative project to be added to the calendar. If you want to add an event to the calendar please send an email to [[email protected]](mailto:[email protected]) or post to the #community channel in the Knative [Slack](https://slack.knative.dev) workspace. | ||
|
||
<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23ffffff&src=Y190Y3V0MHRiazAxNmcyMmNzcTFjZWQ5bHFkOEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t&color=%23D81B60" style="border:solid 1px #777" width="100%" height="600" frameborder="0" scrolling="no"></iframe> | ||
<iframe src="https://calendar.google.com/calendar/embed?src=knative.team_9q83bg07qs5b9rrslp5jor4l6s%40group.calendar.google.com&ctz=America%2FLos_Angeles" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,10 +9,7 @@ Knative serving resolves image tags to a digest when you create a revision. This | |
gives knative revisions some very nice properties, e.g. your deployments will be | ||
consistent, you don't have to worry about "immutable tags", etc. For more info, | ||
see | ||
[Why we resolve tags in Knative](https://docs.google.com/presentation/d/1gjcVniYD95H1DmGM_n7dYJ69vD9d6KgJiA-D9dydWGU/edit?usp=sharing) | ||
(join | ||
[`[email protected]`](https://groups.google.com/d/forum/knative-users) | ||
for access). | ||
[Why we resolve tags in Knative](https://docs.google.com/presentation/d/e/2PACX-1vTgyp2lGDsLr_bohx3Ym_2mrTcMoFfzzd6jocUXdmWQFdXydltnraDMoLxvEe6WY9pNPpUUvM-geJ-g/pub). | ||
|
||
Unfortunately, this means that the knative serving controller needs to be | ||
configured to access your container registry. | ||
|