Skip to content

Commit

Permalink
Rename Elafros to Knative in community. (#1041)
Browse files Browse the repository at this point in the history
* Rename "Elafros" to "Knative" in community docs.

* Update code-of-conduct address to separate from maintainers address.
  • Loading branch information
evankanderson authored and google-prow-robot committed Jun 15, 2018
1 parent 9d5a63a commit cca9a05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code-of-conduct.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ further defined and clarified by project maintainers.

Instances of abusive, harassing, or otherwise unacceptable behavior
may be reported by contacting the project team at
knative-[email protected].com. All complaints will be reviewed
knative-code-of-conduct@googlegroups.com. All complaints will be reviewed
and investigated and will result in a response that is deemed
necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of
Expand Down
2 changes: 1 addition & 1 deletion config/config-logging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: config-logging
namespace: knative-serving-system
data:
# Common configuration for all Elafros codebase
# Common configuration for all Knative codebase
zap-logger-config: |
{
"level": "info",
Expand Down
2 changes: 1 addition & 1 deletion sample/autoscale/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
# This is the Go import path for the binary to containerize
# and substitute here.
image: github.com/knative/serving/sample/autoscale
# When scaling up Elafros controller doesn't have a way to
# When scaling up Knative controller doesn't have a way to
# know if the user container is good for serving. Having a
# readiness probe prevents traffic to be routed to a pod
# before the user container is ready.
Expand Down

0 comments on commit cca9a05

Please sign in to comment.